jQuery Injector
Inject jQuery into all frames on any page.
什么是jQuery Injector?
jQuery Injector是由attilathedud开发的Chrome扩展程序,该扩展的主要功能是“Inject jQuery into all frames on any page.”。
扩展截图
下载jQuery Injector扩展crx文件
下载jQuery Injector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
jQuery Injector allows you to inject jQuery into every frame on a page so that you can use jQuery in the dev console. Features: - Set the jQuery URL to inject any version you want. - Specify websites and page patterns to automatically inject into. - Entry in context-menu to make injection even easier. v1.1.2 Changelog - Bumped the default jQuery version to 3.5.0 v1.1.1 Changelog - Bumped the default jQuery version to 3.3.1. v1.1.0 Changelog - Added the option to delete previous jQuery versions when injecting. - Added an indicator for when jQuery is already present on the page. - Added link to Options screen in the popup options panel. - Bumped the default jQuery version to 3.2.1. - Fixed a bug where the head tag would be placed after the body tag on pages with no original head tag. - Fixed some styling/UI issues. v1.0.1 Changelog - Added a context-menu entry for embedded pdfs. - Fixed a bug that made it impossible to inject into pages with no head tag. - Fixed font-rendering in settings for newer Chrome versions. Code is available at: https://github.com/attilathedud/jQueryInjector
扩展基本信息
名称 | jQuery Injector |
ID | ekkjohcjbjcjjifokpingdbdlfekjcgi |
官方URL | https://chromewebstore.google.com/detail/jquery-injector/ekkjohcjbjcjjifokpingdbdlfekjcgi |
简介 | Inject jQuery into all frames on any page. |
文件大小 | 57.7 KB |
安装次数 | 11,969 |
当前版本 | 1.1.2 |
更新时间 | 2020-05-03 |
上架时间 | 2020-05-01 |
评分 | 4.36/5 共25次评分 |
开发者 | attilathedud |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/attilathedud/jQueryInjector |
帮助页面URL | https://github.com/attilathedud/jQueryInjector |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "jQuery Injector", "short_name": "jQueryInjector", "version": "1.1.2", "description": "Inject jQuery into all frames on any page.", "browser_action": { "name": "jQuery Injector", "default_popup": "pages\/popup_settings.html" }, "icons": { "16": "imgs\/logo16.png", "48": "imgs\/logo48.png", "128": "imgs\/logo128.png" }, "permissions": [ "contextMenus", "storage", "tabs" ], "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "pages\/settings.html", "content_scripts": [ { "matches": [ " |