Open Multiple website

Open Multiple Links easily

What is Open Multiple website?

Open Multiple website is a Chrome extension developed by shubhankar1100, and its main feature is "Open Multiple Links easily".

Extension Screenshots

screenshot

Download Open Multiple website Extension CRX File

Download Open Multiple website extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Open Multiple website Open Multiple website
ID hedfombeoifnnpoglealldolfkjdohec
Official URL https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec
Description Open Multiple Links easily
File Size 23.79 KB
Installation Count 115
Current Version 1.0
Last Updated 2017-03-25
Publish Date 2017-03-24
Rating 5.00/5 Total 3 Ratings
Developer shubhankar1100
Payment Type free
Supported Languages 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"
    ]
}