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