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開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to open all the URLs that you want with the click of 1 button”。

擴展截圖

screenshot
screenshot
screenshot

下載1-Click URL Opener擴展crx文件

下載1-Click URL Opener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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