Open Multiple URLs

Opens a list of URLs

Open Multiple URLsとは何ですか?

Open Multiple URLsはtpによって開発されたChromeの拡張機能で、その主な機能は「Opens a list of URLs」です。

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

screenshot

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

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

拡張機能の使用方法

                        This tool takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), select your options and click "Open URLs".

Source Code:
https://github.com/htrinter/Open-Multiple-URLs/

Changelog:
https://github.com/htrinter/Open-Multiple-URLs/blob/develop/CHANGELOG.md

Permissions:
- "Storage" permission in order to save settings and user input.                    

拡張機能の基本情報

名前 Open Multiple URLs Open Multiple URLs
ID oifijhaokejakekmnjmphonojcfkpbbh
公式URL https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh
説明 Opens a list of URLs
ファイルサイズ 183 KB
インストール数 665,197
現在のバージョン 1.6.0
最終更新日 2023-11-28
公開日 2020-04-12
評価 4.64/5 合計 234 レビュー
開発者 tp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/htrinter/Open-Multiple-URLs/
ヘルプページのURL https://github.com/htrinter/Open-Multiple-URLs/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "1.6.0",
    "manifest_version": 3,
    "description": "Opens a list of URLs",
    "homepage_url": "https:\/\/github.com\/htrinter\/Open-Multiple-URLs",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon19.png",
        "default_popup": "browseraction.html"
    },
    "commands": {
        "_execute_action": {
            "default": "CTRL+M"
        }
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split"
}