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