Plugin Switcher
Quick way to toggle plugins
O que é Plugin Switcher?
Plugin Switcher é uma extensão do Chrome desenvolvida por STILL RTC, e sua principal característica é "Quick way to toggle plugins".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Plugin Switcher
Baixe arquivos de extensão Plugin Switcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Enable and disable installed plugins (extensions, themes, apps) in one click. Customizable quick access list. Minimalistic and lightweight.
Informações Básicas da Extensão
Nome | Plugin Switcher |
ID | ngmjkoiifpckgooagkppjafdjfkjimfj |
URL Oficial | https://chromewebstore.google.com/detail/plugin-switcher/ngmjkoiifpckgooagkppjafdjfkjimfj |
Descrição | Quick way to toggle plugins |
Tamanho do Arquivo | 8.73 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.1 |
Última Atualização | 2020-11-19 |
Data de Publicação | 2018-05-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | STILL RTC |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |