Enterprise Tab Rotate - Next
Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
Cos'è Enterprise Tab Rotate - Next?
Enterprise Tab Rotate - Next è un'estensione di Chrome sviluppata da https://michaelreichenbach.de, e la sua funzione principale è "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Enterprise Tab Rotate - Next
Scarica i file di estensione Enterprise Tab Rotate - Next in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Enterprise Tab Rotate - Next |
ID | epoepgpblmnkffgplphpjakmfeeljfem |
URL Ufficiale | https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem |
Descrizione | Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production. |
Dimensione del File | 96.36 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-03-05 |
Data di Pubblicazione | 2020-03-04 |
Sviluppatore | https://michaelreichenbach.de |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next |
URL della Pagina di Aiuto | https://github.com/Silthus/chrome-enterprise-tab-rotate/issues |
URL della Pagina della Politica sulla Privacy | https://michaelreichenbach.de/datenschutzerklarung |
Lingue Supportate | 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" } } |