Quick Access

Quick access to the navigator's functionalities and bookmarks

Quick Access란 무엇입니까?

Quick Access은(는) XecK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to the navigator's functionalities and bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quick Access 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Quick Access Quick Access
ID iihnbnncigiiampnmeiiaiomcbnjmgmb
공식 URL https://chromewebstore.google.com/detail/quick-access/iihnbnncigiiampnmeiiaiomcbnjmgmb
설명 Quick access to the navigator's functionalities and bookmarks
파일 크기 63.79 KB
설치 횟수 225
현재 버전 0.1
최근 업데이트 2018-03-08
출시 날짜 2018-03-08
평점 5.00/5 총 1 개의 평점
개발자 XecK
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/XecKiE/Quick-Access
지원되는 언어 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"
    ]
}