Custom Chrome - Extension Manager
A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
什么是Custom Chrome - Extension Manager?
Custom Chrome - Extension Manager是由Ciaran & Chris开发的Chrome扩展程序,该扩展的主要功能是“A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab”。
扩展截图
下载Custom Chrome - Extension Manager扩展crx文件
下载Custom Chrome - Extension Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab. Make useful profiles which can turn on/off multiple extensions with one click. Have one for shopping which activates discount finding extensions or a profile for web developers who can activate colour palettes, debuggers, browser reloaders etc.
扩展基本信息
名称 | Custom Chrome - Extension Manager |
ID | balnpimdnhfiodmodckhkgneejophhhm |
官方URL | https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm |
简介 | A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab |
文件大小 | 2.17 MB |
安装次数 | 30,000 |
当前版本 | 1.45 |
更新时间 | 2020-02-21 |
上架时间 | 2020-02-21 |
评分 | 4.47/5 共180次评分 |
开发者 | Ciaran & Chris |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom Chrome - Extension Manager", "author": "Ciaran & Chris", "description": "A beautiful Google Chrome extension manager to turn on\/off other extensions quickly and easily without leaving your current tab", "version": "1.45", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "storage", "management" ], "icons": { "16": "images\/googleCog16.png", "48": "images\/googleCog48.png", "128": "images\/googleCog128.png" }, "browser_action": { "default_icon": "images\/googleCog128.png", "default_popup": "popup.html" }, "short_name": "Custom Chrome" } |