Open Multiple URLs

Opens a list of URLs

Open Multiple URLs क्या है?

Open Multiple URLs tp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens a list of URLs"।

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

screenshot

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

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

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

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