Shortcuts for Chrome

This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.

什麼是Shortcuts for Chrome?

Shortcuts for Chrome是由HIDev開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.”。

擴展截圖

screenshot
screenshot
screenshot

下載Shortcuts for Chrome擴展crx文件

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

擴展使用說明

                        Chrome Shortcuts is a new extension that allows you to easily access most important chrome pages without loosing much time to find a specific page.

Chrome Shortcuts main Chrome pages are:

 • History
 • Clear Browser Data
 • Extensions
 • Settings
 • Downloads
 • Bookmarks
 • Apps (new)
 • Chrome Web Store

Chrome Shortcuts also includes almost all the other Chrome pages which can be found in Advanced and All pages.

For questions, reports, feedback, support or anything related to Chrome Shortcuts contact us at [email protected]                    

擴展基本資訊

名稱 Shortcuts for Chrome Shortcuts for Chrome
ID hcjhjbmpmnemeejoleljopmmfbcncbao
官方網址 https://chromewebstore.google.com/detail/shortcuts-for-chrome/hcjhjbmpmnemeejoleljopmmfbcncbao
簡介 This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.
檔案大小 11.72 KB
安裝次數 935
目前版本 1.2
更新時間 2014-04-04
上架時間 2014-04-04
評分 4.33/5 共 3 次評分
開發者 HIDev
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortcuts for Chrome",
    "description": "This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.",
    "version": "1.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "options_page": "chromeUrls.html",
    "offline_enabled": true
}