Open Multiple URLs

Extension for Opening Multiple URLs

Open Multiple URLsとは何ですか?

Open Multiple URLsはMichaによって開発されたChromeの拡張機能で、その主な機能は「Extension for Opening Multiple URLs」です。

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

screenshot

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

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

拡張機能の使用方法

                        Small utility that allows you to open a list of URLs. It will also allow you to read the URLs from all tabs in the current browser window.                    

拡張機能の基本情報

名前 Open Multiple URLs Open Multiple URLs
ID bhedchkibbmbiomdmgiaihbmadppnnhc
公式URL https://chromewebstore.google.com/detail/open-multiple-urls/bhedchkibbmbiomdmgiaihbmadppnnhc
説明 Extension for Opening Multiple URLs
ファイルサイズ 20.58 KB
インストール数 77
現在のバージョン 2.0
最終更新日 2022-05-18
公開日 2018-02-17
評価 5.00/5 合計 1 レビュー
開発者 Micha
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "2.0",
    "description": "Extension for Opening Multiple URLs",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "urls16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "urls16.png",
        "128": "urls128.png"
    }
}