FC Extension Manager
Create Groups of Extensions to quickly enable/disabled unused items!
什么是FC Extension Manager?
FC Extension Manager是由https://freedcamp.com开发的Chrome扩展程序,该扩展的主要功能是“Create Groups of Extensions to quickly enable/disabled unused items!”。
扩展截图
下载FC Extension Manager扩展crx文件
下载FC Extension Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to group your extensions and quickly enable/disable them by group!
Create a group for each type of extension you use, then simply enable or disable all extensions in that group! 扩展基本信息
| 名称 | |
| ID | bhbekjhijjdecacddfmfhkifikofenod |
| 官方URL | https://chromewebstore.google.com/detail/fc-extension-manager/bhbekjhijjdecacddfmfhkifikofenod |
| 简介 | Create Groups of Extensions to quickly enable/disabled unused items! |
| 文件大小 | 128 KB |
| 安装次数 | 35 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2020-01-30 |
| 上架时间 | 2020-01-30 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | https://freedcamp.com |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Create Groups of Extensions to quickly enable\/disabled unused items!",
"version": "1.0.3",
"name": "FC Extension Manager",
"options_page": "options.html",
"background": {
"page": "background.html"
},
"permissions": [
"management"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon-128.png"
},
"icons": {
"64": "icon-64.png",
"128": "icon-128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |