1-Click URL Opener

This extension allows you to open all the URLs that you want with the click of 1 button

1-Click URL Opener क्या है?

1-Click URL Opener BitSec द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to open all the URLs that you want with the click of 1 button"।

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

screenshot
screenshot
screenshot

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

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

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

                        *Open all the URLs you want with the click of 1 button!*

Do you have a lot of websites you want to visit everyday? You can now do that with the click of 1 button!

Why choose 1-Click URL Opener?
- It's easy! (ezpz)
- It's fast! (2fast4u)
- It's handy! (handy-dandy)

Download this extension today!                    

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

नाम 1-Click URL Opener 1-Click URL Opener
ID kkenoklmdaacpakcpblcpegmadkeejep
आधिकारिक URL https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep
विवरण This extension allows you to open all the URLs that you want with the click of 1 button
फ़ाइल का आकार 12.05 KB
स्थापना संख्या 181
वर्तमान संस्करण 1.4.3
अंतिम अपडेट 2018-01-07
प्रकाशन तिथि 2018-01-07
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर BitSec
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1-Click URL Opener",
    "description": "This extension allows you to open all the URLs that you want with the click of 1 button",
    "version": "1.4.3",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon_32.png"
    },
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}