TABS RANDOMIZER

Randomizes active tab and tab order every second. Warning: super annoying!!

TABS RANDOMIZERとは何ですか?

TABS RANDOMIZERはconstantviperによって開発されたChromeの拡張機能で、その主な機能は「Randomizes active tab and tab order every second. Warning: super annoying!!」です。

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

screenshot

TABS RANDOMIZER拡張機能のCRXファイルをダウンロード

TABS RANDOMIZER拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        IMPORTANT: You can disable this extension by clicking in the top right corner of chrome, in the "extensions" bar.                    

拡張機能の基本情報

名前 TABS RANDOMIZER TABS RANDOMIZER
ID fmjhaabehfcbjknembmkimemnoiemjac
公式URL https://chrome.google.com/webstore/detail/tabs-randomizer/fmjhaabehfcbjknembmkimemnoiemjac
説明 Randomizes active tab and tab order every second. Warning: super annoying!!
ファイルサイズ 5.73 KB
インストール数 32
現在のバージョン 1.0
最終更新日 2020-07-07
公開日 2020-07-07
評価 5.00/5 合計 1 レビュー
開発者 constantviper
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TABS RANDOMIZER",
    "version": "1.0",
    "description": "Randomizes active tab and tab order every second. Warning: super annoying!!",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon\/icon.png"
    },
    "manifest_version": 2
}