Extensions Manager
This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
什么是Extensions Manager?
Extensions Manager是由rotagi37开发的Chrome扩展程序,该扩展的主要功能是“This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them”。
扩展截图
下载Extensions Manager扩展crx文件
下载Extensions Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them * easily search in your extensions list. * see extension you didn't know you have installed. Note: too many running extension takes up memory and resources from your computer for no reason. using this extension you can disable all unnecessary extensions and only enable them when needed.
扩展基本信息
名称 | Extensions Manager |
ID | kllcckbicipekmojkcopeameajngoomf |
官方URL | https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf |
简介 | This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them |
文件大小 | 60.1 KB |
安装次数 | 11,840 |
当前版本 | 1.0.4.1 |
更新时间 | 2022-08-22 |
上架时间 | 2019-09-13 |
评分 | 4.14/5 共28次评分 |
开发者 | rotagi37 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensions Manager", "manifest_version": 3, "version": "1.0.4.1", "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them", "permissions": [ "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "19": "icon48.png", "38": "icon48.png" }, "default_title": "Extensions Manager", "default_popup": "popup.html" } } |