URL opener

Open urls with 1 click

URL openerとは何ですか?

URL openerはhttps://1000ch.netによって開発されたChromeの拡張機能で、その主な機能は「Open urls with 1 click」です。

拡張機能のスクリーンショット

screenshot

URL opener拡張機能のCRXファイルをダウンロード

URL opener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you thought want to open some urls in pinned Tab?
URL opener may solve this problem.

1. First, add URLs you want to open quickly.
2. And configure that opening URL pinned or not.
3. Click the extension icon!

If you have already opened URL you added, pinned status will be updated.                    

拡張機能の基本情報

名前 URL opener URL opener
ID dkkacgbkmcbnnadidhkmngpcoccibgpm
公式URL https://chromewebstore.google.com/detail/url-opener/dkkacgbkmcbnnadidhkmngpcoccibgpm
説明 Open urls with 1 click
ファイルサイズ 182 KB
インストール数 575
現在のバージョン 0.3.0
最終更新日 2016-01-13
公開日 2016-01-12
評価 5.00/5 合計 8 レビュー
開発者 https://1000ch.net
支払い方法 free
拡張機能のウェブサイト http://github.com/1000ch/url-opener
ヘルプページのURL http://github.com/1000ch/url-opener/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL opener",
    "short_name": "URL opener",
    "version": "0.3.0",
    "description": "Open urls with 1 click",
    "author": "1000ch",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon38.png"
    },
    "options_page": "html\/options.html"
}