QuickLinks

Speed dial for the internet.

QuickLinks là gì?

QuickLinks là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Speed dial for the internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuickLinks

Tải xuống các tệp mở rộng QuickLinks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QuickLinks QuickLinks
ID gjalfolejbafbloobnblbfihmhbgdhhe
URL Chính Thức https://chromewebstore.google.com/detail/quicklinks/gjalfolejbafbloobnblbfihmhbgdhhe
Mô tả Speed dial for the internet.
Kích Thước Tệp 9.53 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-12-10
Ngày Phát Hành 2015-12-09
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}