Enterprise Tab Rotate - Next
Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
Qu'est-ce que Enterprise Tab Rotate - Next ?
Enterprise Tab Rotate - Next est une extension Chrome développée par https://michaelreichenbach.de, et sa fonction principale est "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Enterprise Tab Rotate - Next
Téléchargez les fichiers d'extension Enterprise Tab Rotate - Next au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Enterprise Tab Rotate - Next |
ID | epoepgpblmnkffgplphpjakmfeeljfem |
URL Officiel | https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem |
Description | Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production. |
Taille du Fichier | 96.36 KB |
Nombre d'Installations | 79 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-03-05 |
Date de Publication | 2020-03-04 |
Développeur | https://michaelreichenbach.de |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next |
URL de la Page d'Aide | https://github.com/Silthus/chrome-enterprise-tab-rotate/issues |
URL de la Page de Politique de Confidentialité | https://michaelreichenbach.de/datenschutzerklarung |
Langues Prises en Charge | 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" } } |