Windows Switcher
Allow you to switch between windows.
O que é Windows Switcher?
Windows Switcher é uma extensão do Chrome desenvolvida por Orel Eraki, e sua principal característica é "Allow you to switch between windows.".
Baixar o arquivo CRX da Extensão Windows Switcher
Baixe arquivos de extensão Windows 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
Allow you to switch between windows.
Informações Básicas da Extensão
Nome | Windows Switcher |
ID | baakeoaocddjkehmfmjgejjnajfmjfgd |
URL Oficial | https://chromewebstore.google.com/detail/windows-switcher/baakeoaocddjkehmfmjgejjnajfmjfgd |
Descrição | Allow you to switch between windows. |
Tamanho do Arquivo | 11.76 KB |
Contagem de Instalações | 82 |
Versão Atual | 1.0.0 |
Última Atualização | 2018-06-23 |
Data de Publicação | 2018-06-23 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Orel Eraki |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/oreleraki/windows-changer |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Windows Switcher", "short_name": "WindowsSwitcher", "version": "1.0.0", "description": "Allow you to switch between windows.", "author": "Orel Eraki - [email protected]", "homepage_url": "http:\/\/www.oreleraki.com", "icons": { "128": "icons\/window-switcher-128.png" }, "browser_action": { "default_icon": "icons\/window-switcher-128.png", "name": "Switch" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |