Batch Open Tabs

A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…

Batch Open Tabsとは何ですか?

Batch Open TabsはSteven Tucciによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…」です。

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

screenshot

Batch Open Tabs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A chrome extension to batch open a group of urls into multiple tabs.
Create a group of urls and click on the group url to open all of them in one shot.

Useful for when you open your browser and want to open all of your sites in one shot.                    

拡張機能の基本情報

名前 Batch Open Tabs Batch Open Tabs
ID dhlpdmccgohghiggecndfompkibjiegf
公式URL https://chromewebstore.google.com/detail/batch-open-tabs/dhlpdmccgohghiggecndfompkibjiegf
説明 A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…
ファイルサイズ 46.82 KB
インストール数 160
現在のバージョン 1.0
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 1 レビュー
開発者 Steven Tucci
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batch Open Tabs",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}