Quick Shortcuts

Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.

Quick Shortcuts là gì?

Quick Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi https://www.esolutions.se, và tính năng chính của nó là "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".

Ả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 Shortcuts

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

                        This extension adds a new toolbar button with shortcuts to:
* New tab
* Print page with backgrounds
* Extension
* Downloads
* Bookmark manager
* View Page Source
* Settings
* History
* Cookies
* Clear browsing data
* Plug-ins (Flash, Adobe Acrobat, Windows Media Player etc.) 
* Loaded modules
* Memory usage
* Exprerimental features
* Chrome Urls (All Chrome pages)

Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
It is also easier with icons to quickly find what you are looking for.

This Extension also allows you to print the currently displayed Web Page with background colors and background images                    

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

Tên Quick Shortcuts Quick Shortcuts
ID lcfenihjmbehinmnfmaalmimpednkmnl
URL Chính Thức https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl
Mô tả Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Kích Thước Tệp 25.69 KB
Số Lần Cài Đặt 847
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2017-10-15
Ngày Phát Hành 2017-10-15
Đánh Giá 4.55/5 Tổng số 20 Đánh Giá
Nhà Phát Triển https://www.esolutions.se
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.esolutions.se
URL Trang Chính Sách Bảo Mật https://www.esolutions.se/PrivacyPolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Quick Shortcuts"
    },
    "offline_enabled": true,
    "description": "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Quick Shortcuts",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.6"
}