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 |
官方網址 | 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" } } |