Open Multiple website

Open Multiple Links easily

什么是Open Multiple website?

Open Multiple website是由shubhankar1100开发的Chrome扩展程序,该扩展的主要功能是“Open Multiple Links easily”。

扩展截图

screenshot

下载Open Multiple website扩展crx文件

下载Open Multiple website扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}