
JavaScript Tricks
用户量:1000大小:1.34MiB版本:v 2.1.4更新时间:2019-03-08
Add your own JavaScript (powered by JQuery) and/or CSS to any page to trick it!
JavaScript Tricks 的使用方法详解,最全面的教程
JavaScript Tricks 描述:
用户数:1000
分类:开发者工具插件
扩展大小:1.34M
最后更新时间:2019-03-08
版本:v 2.1.4
JavaScript Tricks 插件简介:
这是来自Chrome商店的 JavaScript Tricks 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。
JavaScript Tricks插件下载方法/流程:
点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。
JavaScript Tricks插件安装教程/方法:
(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件
(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面
(3) 打开扩展程序页面的“开发者模式”
(4) 将crx文件拖拽到扩展程序页面,
完成安装如有其它安装问题,
请扫描网站底部二维码与客服联系如有疑问请参考:
https://www.extfans.com/installation/JavaScript Tricks is a user script manager with dependency support, which means your can include other java scripts into your script. Besides site-scripts which are injected into web page when URL matches, JavaScript Tricks also maintains a content-script library, which can serves as import lib of site-scripts. Moreover, the content-scripts can directly invoked by clicking on context menus.
This extension is based on JScript tricks developed by szamil. Many thanks to szamil and his/her great effort on JScript tricks is really appreciated!!!
It is developed because there is no more update provided by szamil and some features are needed badly.
Additional major features are provided:
1. Configuration backup and restore. Backups can be local or in cloud.
2. Scripts are classified into two categories: site-specific scripts and dynamic content scripts. A site-specific script is loaded automatically when corresponding website is opened in a tab. A dynamic content script can be loaded in two ways: 1) required by a site-specific script; 2) right-click on corresponding context menu.
3. Site-specific scripts can be generated with GUI according to meta-data.
This extension is still in develop and hence bugs may exist.
Release Notes:
v2.1.4
Bugfix:
Fix a bug that popup window does not display when clicking the extension icon.
Fix a bug that only one plugin toggling taking effect when toggling multiple plugins in plugin tab within popup window.
Change:
Change multiple plugin default enalbing status.
v2.1.2
Feature added:
Auto-backup scripts in cloud storage when saving scripts in options page.
Auto-backup scripts in cloud storage when changing scripts in popup window.
v2.1
Feature added:
Add jshint options for max error count
Auto-backup scripts in cloud storage when saving scripts in popup window
Auto-check new backups in cloud storage
Change:
Bugfix:
Fix context menu scripts not responding bug in recent versions of Chrome.
v2.0
Feature added:
Theme support. A dark theme as well as an extra light theme are provided.
Script editor is more powerful now which supports syntax autocomplete by pressing Ctrl+Space, and syntax checking when editing.
Minor UI improvements.
Change:
The background page will be closed when idle to reduce memory usage.
Migrate script storage from LocalStorage to IndexedDB to bypass 5MB storage size limitation of LocalStorage.
v1.1.1:
Fix some display issues on Windows version of Chrome.
v1.1.0:
Feature added:
Enable/Disable extension in popup window.
Batch find and replace for site-specific scripts in option page.
Popup editing window can be pinned as a dialog in web page.
select node.
Support injecting code into original context other than separated extension context.
Change:
Sea.js is incorporated to serve as a module manager. The include filed of scripts is not necessary any more.
Besides the script name, the script menu in dynamic content scripts tab shows group of script now.
The generated UI region create by meta data can be set with a max-height css attribute.
Bugfix:
Some buttons setting editor font size do not respond.
jQuery UI css image problems.
v1.0.1:
Content scripts can include other scripts by designating "include" values.
v0.9.86:
Site-Content Scripts can be filtered by their contents.