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
官方網址 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
電子郵箱 [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
}