Bulk URL Opener

Opens multiple URLs in one click

Bulk URL Openerとは何ですか?

Bulk URL Openerはhttps://hyrtutorials.comによって開発されたChromeの拡張機能で、その主な機能は「Opens multiple URLs in one click」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Bulk URL Opener拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Opens multiple URLs in one click

BULK URL Opener is an chrome extension which helps you in opening multiple URLs at just one click (in new tabs).

Usage:
Enter the list of URLs in the text area separated by new lines (each URL per line) or you could just click on "Get All Currently Opened Tab URLs" button to get the currently opened tab URLs.
Once the URLs are entered, click on "Open URLs" button.

The above mentioned usage instructions were basic usage instructions and you can do a lot more than just opening the URLs.

Key Features:
- Provides an option to open the multiple URLs at one click.
- Provides an option to save, load, edit/update and delete lists of URLs to provide an easier way to store and use a bulk amount of URLs.
- Allows the user to open each URL from the list of URLs with specific time delay before it opens the next URL.
- Focus opened tabs: Can focus on the tab which is opening at the moment.                    

拡張機能の基本情報

名前 Bulk URL Opener Bulk URL Opener
ID plebhjfgbokgojhikeoibipikgkclihp
公式URL https://chromewebstore.google.com/detail/bulk-url-opener/plebhjfgbokgojhikeoibipikgkclihp
説明 Opens multiple URLs in one click
ファイルサイズ 151 KB
インストール数 1,706
現在のバージョン 1.0
最終更新日 2020-10-17
公開日 2020-10-17
評価 3.86/5 合計 7 レビュー
開発者 https://hyrtutorials.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk URL Opener",
    "version": "1.0",
    "description": "Opens multiple URLs in one click",
    "icons": {
        "128": "images\/Logo.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/Logo.png"
        }
    },
    "manifest_version": 2
}