QuickLinks

Speed dial for the internet.

什麼是QuickLinks?

QuickLinks是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Speed dial for the internet.”。

擴展截圖

screenshot
screenshot
screenshot

下載QuickLinks擴展crx文件

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

擴展使用說明

                        Speed dial for your browser. Save, change, and delete shortcut keywords to any website with Quick Links. To use the shortcuts you've created, just type "ql" into the browser bar, press tab, and then type in one of your shortcuts and hit Enter to go to the website.

For those times when you want quicker access to a webpage without having to remember a complicated url or you don't want to have to search through all your Bookmarks trying to remember where you saved it. Quick Links provides the easiest and fastest way to save urls and get back to them later.                    

擴展基本資訊

名稱 QuickLinks QuickLinks
ID gjalfolejbafbloobnblbfihmhbgdhhe
官方網址 https://chromewebstore.google.com/detail/quicklinks/gjalfolejbafbloobnblbfihmhbgdhhe
簡介 Speed dial for the internet.
檔案大小 9.53 KB
安裝次數 25
目前版本 1.0
更新時間 2015-12-10
上架時間 2015-12-09
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickLinks",
    "description": "Speed dial for the internet.",
    "version": "1.0",
    "omnibox": {
        "keyword": "ql"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}