Plugin Switcher
Quick way to toggle plugins
什么是Plugin Switcher?
Plugin Switcher是由STILL RTC开发的Chrome扩展程序,该扩展的主要功能是“Quick way to toggle plugins”。
扩展截图
下载Plugin Switcher扩展crx文件
下载Plugin Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enable and disable installed plugins (extensions, themes, apps) in one click. Customizable quick access list. Minimalistic and lightweight.
扩展基本信息
名称 | Plugin Switcher |
ID | ngmjkoiifpckgooagkppjafdjfkjimfj |
官方URL | https://chromewebstore.google.com/detail/plugin-switcher/ngmjkoiifpckgooagkppjafdjfkjimfj |
简介 | Quick way to toggle plugins |
文件大小 | 8.73 KB |
安装次数 | 25 |
当前版本 | 1.1 |
更新时间 | 2020-11-19 |
上架时间 | 2018-05-01 |
评分 | 5.00/5 共2次评分 |
开发者 | STILL RTC |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plugin Switcher", "short_name": "__MSG_shortName__", "version": "1.1", "offline_enabled": true, "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icon128.png", "48": "icon48.png", "32": "icon32.png", "16": "icon16.png" }, "browser_action": { "default_title": "__MSG_tooltip__", "default_popup": "popup.html" }, "minimum_chrome_version": "33", "permissions": [ "management", "storage" ] } |