Enterprise Tab Rotate - Next
Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
什么是Enterprise Tab Rotate - Next?
Enterprise Tab Rotate - Next是由https://michaelreichenbach.de开发的Chrome扩展程序,该扩展的主要功能是“Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.”。
扩展截图
下载Enterprise Tab Rotate - Next扩展crx文件
下载Enterprise Tab Rotate - Next扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | Enterprise Tab Rotate - Next |
ID | epoepgpblmnkffgplphpjakmfeeljfem |
官方URL | https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem |
简介 | Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production. |
文件大小 | 96.36 KB |
安装次数 | 79 |
当前版本 | 0.0.1 |
更新时间 | 2020-03-05 |
上架时间 | 2020-03-04 |
开发者 | https://michaelreichenbach.de |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next |
帮助页面URL | https://github.com/Silthus/chrome-enterprise-tab-rotate/issues |
隐私政策页面URL | https://michaelreichenbach.de/datenschutzerklarung |
支持的语言 | 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" } } |