Enterprise Tab Rotate - Next
Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
What is Enterprise Tab Rotate - Next?
Enterprise Tab Rotate - Next is a Chrome extension developed by https://michaelreichenbach.de, and its main feature is "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.".
Extension Screenshots
Download Enterprise Tab Rotate - Next Extension CRX File
Download Enterprise Tab Rotate - Next extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Enterprise Tab Rotate - Next |
ID | epoepgpblmnkffgplphpjakmfeeljfem |
Official URL | 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. |
File Size | 96.36 KB |
Installation Count | 79 |
Current Version | 0.0.1 |
Last Updated | 2020-03-05 |
Publish Date | 2020-03-04 |
Developer | https://michaelreichenbach.de |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next |
Help Page URL | https://github.com/Silthus/chrome-enterprise-tab-rotate/issues |
Privacy Policy Page URL | https://michaelreichenbach.de/datenschutzerklarung |
Supported Languages | 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" } } |