Bulk URL Opener

Opens multiple URLs in one click

Bulk URL Opener क्या है?

Bulk URL Opener https://hyrtutorials.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens multiple URLs in one click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bulk URL Opener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}