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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}