Tab Master

Create Multiple Tabs and Manage at once. Choose from any existing layout or create custom as per your requirements

Tab Masterとは何ですか?

Tab Masterはtabmasterextによって開発されたChromeの拡張機能で、その主な機能は「Create Multiple Tabs and Manage at once. Choose from any existing layout or create custom as per your requirements」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Create Multiple Tabs and Manage at once. Choose from any existing layout or create custom as per your requirements                    

拡張機能の基本情報

名前 Tab Master Tab Master
ID oehajlngajkdibjbafglpapolglcmlgb
公式URL https://chromewebstore.google.com/detail/tab-master/oehajlngajkdibjbafglpapolglcmlgb
説明 Create Multiple Tabs and Manage at once. Choose from any existing layout or create custom as per your requirements
ファイルサイズ 78.83 KB
インストール数 47
現在のバージョン 1.0
最終更新日 2021-07-20
公開日 2021-07-20
評価 5.00/5 合計 3 レビュー
開発者 tabmasterext
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/url-encoder-decoder-extension/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Master",
    "version": "1.0",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.6.0.min.js"
        ],
        "persistent": false
    },
    "permissions": []
}