Quick Shortcuts

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

什麼是Quick Shortcuts?

Quick Shortcuts是由https://www.esolutions.se開發的Chrome擴展程式,該擴展的主要功能是“Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.”。

擴展截圖

screenshot
screenshot

下載Quick Shortcuts擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 Quick Shortcuts Quick Shortcuts
ID lcfenihjmbehinmnfmaalmimpednkmnl
官方網址 https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl
簡介 Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
檔案大小 25.69 KB
安裝次數 847
目前版本 1.0.6
更新時間 2017-10-15
上架時間 2017-10-15
評分 4.55/5 共 20 次評分
開發者 https://www.esolutions.se
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.esolutions.se
隱私政策頁面URL https://www.esolutions.se/PrivacyPolicy
支援的語言 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"
}