Enterprise Tab Rotate - Next
Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
O que é Enterprise Tab Rotate - Next?
Enterprise Tab Rotate - Next é uma extensão do Chrome desenvolvida por https://michaelreichenbach.de, e sua principal característica é "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Enterprise Tab Rotate - Next
Baixe arquivos de extensão Enterprise Tab Rotate - Next 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
Latest bleeding edge version of the Enterprise Tab Rotate extension. This version may not work correctly or contain unexpected bugs. Do not use it in production deployments and only for testing. You can find the stable version of the extension under: https://chrome.google.com/webstore/detail/phdmnkgnjkbnpmeaodonildfklccgimp/
Informações Básicas da Extensão
Nome | Enterprise Tab Rotate - Next |
ID | epoepgpblmnkffgplphpjakmfeeljfem |
URL Oficial | https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem |
Descrição | Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production. |
Tamanho do Arquivo | 96.36 KB |
Contagem de Instalações | 79 |
Versão Atual | 0.0.1 |
Última Atualização | 2020-03-05 |
Data de Publicação | 2020-03-04 |
Desenvolvedor | https://michaelreichenbach.de |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next |
URL da Página de Ajuda | https://github.com/Silthus/chrome-enterprise-tab-rotate/issues |
URL da Página de Política de Privacidade | https://michaelreichenbach.de/datenschutzerklarung |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enterprise Tab Rotate - Next", "description": "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.", "version": "0.0.1", "icons": { "128": "icon_128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_title": "Enterprise Tab Rotate - Next", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/vendor.js", "js\/background.js", "js\/analytics.js" ] }, "permissions": [ "storage", "tabs", "contextMenus", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "storage": { "managed_schema": "schema.json" } } |