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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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"
    }
}