Extension Manager
Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.
什么是Extension Manager?
Extension Manager是由https://higher-ground-software.com开发的Chrome扩展程序,该扩展的主要功能是“Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.”。
扩展截图
下载Extension Manager扩展crx文件
下载Extension Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.
扩展基本信息
名称 | Extension Manager |
ID | bfmjiakdfoacijccjgkkhoepjklhohle |
官方URL | https://chromewebstore.google.com/detail/extension-manager/bfmjiakdfoacijccjgkkhoepjklhohle |
简介 | Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching. |
文件大小 | 146 KB |
安装次数 | 1,008 |
当前版本 | 1.10.0 |
更新时间 | 2020-04-04 |
上架时间 | 2020-04-04 |
评分 | 3.73/5 共11次评分 |
开发者 | https://higher-ground-software.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://suppression.io |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension Manager", "version": "1.10.0", "manifest_version": 2, "description": "Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.", "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/iconbar.png", "default_title": "Extension Manager", "default_popup": "index.html" }, "background": { "scripts": [ "js\/migration.js" ], "persistent": false }, "permissions": [ "management", "storage" ] } |