Quick Access

Quick access to the navigator's functionalities and bookmarks

Quick Access là gì?

Quick Access là một tiện ích mở rộng Chrome được phát triển bởi XecK, và tính năng chính của nó là "Quick access to the navigator's functionalities and bookmarks".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Quick Access 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

                        Quick access is a command palette for Chrome. It allows you to access chrome functionnalities and your bookmarks just by typing a few keys using a fuzzy search close to the Sublime Text one.

Install, hit Ctrl+Shift+F, and you're good to go!

You can change these keys by clicking on "Shorcuts" at the bottom of the page chrome://extensions/                    

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

Tên Quick Access Quick Access
ID iihnbnncigiiampnmeiiaiomcbnjmgmb
URL Chính Thức https://chromewebstore.google.com/detail/quick-access/iihnbnncigiiampnmeiiaiomcbnjmgmb
Mô tả Quick access to the navigator's functionalities and bookmarks
Kích Thước Tệp 63.79 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-03-08
Ngày Phát Hành 2018-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển XecK
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/XecKiE/Quick-Access
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.1",
    "icons": {
        "512": "icons\/512.png",
        "256": "icons\/256.png",
        "192": "icons\/192.png",
        "64": "icons\/64.png",
        "32": "icons\/32.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+P"
            }
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "",
        "storage",
        "bookmarks"
    ]
}