Open Multiple URLs

Open Multiple URLs in new tabs.

Open Multiple URLsとは何ですか?

Open Multiple URLsはRomkaqによって開発されたChromeの拡張機能で、その主な機能は「Open Multiple URLs in new tabs.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Extension opens a list of URLs.
Bulk URL Opener extension.

"Open Multiple URLs" extension 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), click [Open] or [ Open in Incognito].

You can load URLs from .txt file.

You can download your URLs as .txt file.

Can create folder with urls as bookmarks.

Auto save input data.

Permissions:
- "Storage" permission in order to save user input;
- "Tabs" permission in order to get all opened URLs;
- "Downloads" permission in order allow you to download URLs as .txt.                    

拡張機能の基本情報

名前 Open Multiple URLs Open Multiple URLs
ID bjifbockcjbcfgbkmleodgdoiglcnenj
公式URL https://chromewebstore.google.com/detail/open-multiple-urls/bjifbockcjbcfgbkmleodgdoiglcnenj
説明 Open Multiple URLs in new tabs.
ファイルサイズ 14.81 KB
インストール数 3,688
現在のバージョン 1.5
最終更新日 2022-06-18
公開日 2021-08-22
評価 5.00/5 合計 4 レビュー
開発者 Romkaq
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://rq-dev.github.io/chrome-extensions-privacy-policy
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.5",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Open URLs",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "bookmarks"
    ],
    "incognito": "split",
    "default_locale": "en"
}