Open Multiple website

Open Multiple Links easily

Open Multiple website क्या है?

Open Multiple website shubhankar1100 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open Multiple Links easily"।

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

screenshot

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

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

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

                        There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc
To open each website in different tab is time consuming. So we will develop an extension which will automate this.
Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go.
We have to  just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.                    

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

नाम Open Multiple website Open Multiple website
ID hedfombeoifnnpoglealldolfkjdohec
आधिकारिक URL https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec
विवरण Open Multiple Links easily
फ़ाइल का आकार 23.79 KB
स्थापना संख्या 115
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-03-25
प्रकाशन तिथि 2017-03-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर shubhankar1100
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Multiple website",
    "description": "Open Multiple Links easily",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}