Open Links in Tabs

URLs entered in a form are opened in tabs.

Open Links in Tabs क्या है?

Open Links in Tabs https://managedkaos.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "URLs entered in a form are opened in tabs."।

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

screenshot

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

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

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

                        Open Links in Tabs does just what the name says.  Click the icon to activate the extension.  In the form that pops up, type or paste in as many URLs as you like.  Each one will be opened in a new tab.

All URLs entered must be valid.  Valid URLs are links like "http://example.com", and "example.com".  

Bad URLs are single word links (no .com, .net, etc..) and links with spaces.  These are bad links: "example", "my example.com".

Open Links in Tabs is a free extension that runs right from your computer.  It dosen't redirect you to a website that opens links for you; the links are opened right from the Chrome browser itself.

We hope you enjoy using this simple but effective extension!                    

एक्सटेंशन की मूल जानकारी

नाम Open Links in Tabs Open Links in Tabs
ID jlgojbammkhdbbohlihccohgbaccgpbm
आधिकारिक URL https://chromewebstore.google.com/detail/open-links-in-tabs/jlgojbammkhdbbohlihccohgbaccgpbm
विवरण URLs entered in a form are opened in tabs.
फ़ाइल का आकार 111 KB
स्थापना संख्या 5,323
वर्तमान संस्करण 2022.1.2
अंतिम अपडेट 2022-01-04
प्रकाशन तिथि 2020-05-25
रेटिंग 3.82/5 कुल 11 रेटिंग्स
डेवलपर https://managedkaos.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/managedkaos/open-links-in-tabs
सहायता पृष्ठ URL https://github.com/managedkaos/open-links-in-tabs/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Links in Tabs",
    "version": "2022.1.2",
    "author": "Managed Kaos",
    "homepage_url": "https:\/\/github.com\/managedkaos\/open-links-in-tabs",
    "description": "URLs entered in a form are opened in tabs.",
    "icons": {
        "16": "folder-blue-16.png",
        "48": "folder-blue-48.png",
        "128": "folder-blue-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "folder-blue-16.png",
            "38": "folder-blue-48.png"
        },
        "default_title": "Open Links in Tabs",
        "default_popup": "popup.html"
    }
}