一键管理扩展
当你打开本插件时,你将会看到一个长长的chrome 扩展列表,这是你chrome浏览器安装的所有扩展。你可以通过鼠标点击来启用或者禁用选中的chrome 扩展
What is 一键管理扩展?
一键管理扩展 is a Chrome extension developed by 8427002, and its main feature is "当你打开本插件时,你将会看到一个长长的chrome 扩展列表,这是你chrome浏览器安装的所有扩展。你可以通过鼠标点击来启用或者禁用选中的chrome 扩展".
Extension Screenshots
Download 一键管理扩展 Extension CRX File
Download 一键管理扩展 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
fork from: https://chrome.google.com/webstore/detail/%E4%B8%80%E9%94%AE%E7%AE%A1%E7%90%86%E6%89%80%E6%9C%89%E6%89%A9%E5%B1%95/niemebbfnfbjfojajlmnbiikmcpjkkja
Extension Basic Information
Name | 一键管理扩展 |
ID | lboblnfejcmcaplhnbkkfcienhlhpnni |
Official URL | https://chromewebstore.google.com/detail/%E4%B8%80%E9%94%AE%E7%AE%A1%E7%90%86%E6%89%A9%E5%B1%95/lboblnfejcmcaplhnbkkfcienhlhpnni |
Description | 当你打开本插件时,你将会看到一个长长的chrome 扩展列表,这是你chrome浏览器安装的所有扩展。你可以通过鼠标点击来启用或者禁用选中的chrome 扩展 |
File Size | 38.76 KB |
Installation Count | 10,000 |
Current Version | 1.3.3.11 |
Last Updated | 2019-02-25 |
Publish Date | 2019-02-24 |
Rating | 4.04/5 Total 25 Ratings |
Developer | 8427002 |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e00\u952e\u7ba1\u7406\u6269\u5c55", "version": "1.3.3.11", "permissions": [ "management" ], "browser_action": { "default_icon": "icon32.png", "default_title": "\u4e00\u952e\u7ba1\u7406\u6269\u5c55", "default_popup": "popup.html" }, "short_name": "\u4e00\u952e\u7ba1\u7406\u6269\u5c55", "description": "\u5f53\u4f60\u6253\u5f00\u672c\u63d2\u4ef6\u65f6\uff0c\u4f60\u5c06\u4f1a\u770b\u5230\u4e00\u4e2a\u957f\u957f\u7684chrome \u6269\u5c55\u5217\u8868\uff0c\u8fd9\u662f\u4f60chrome\u6d4f\u89c8\u5668\u5b89\u88c5\u7684\u6240\u6709\u6269\u5c55\u3002\u4f60\u53ef\u4ee5\u901a\u8fc7\u9f20\u6807\u70b9\u51fb\u6765\u542f\u7528\u6216\u8005\u7981\u7528\u9009\u4e2d\u7684chrome \u6269\u5c55", "icons": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "zepto.min.js", "script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "zh_CN", "manifest_version": 2 } |