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
官方網址 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"
    ]
}