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