Quickmarks

Simply type 'b {keyword}' in omnibox to open bookmark in current tab.

Quickmarks란 무엇입니까?

Quickmarks은(는) https://www.wangyizhuo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply type 'b {keyword}' in omnibox to open bookmark in current tab."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A extension to open bookmark with keyword in omnibox like what you did in Firefox. Simply type 'b {keyword}' to open the bookmark in current tab. 

 - Simply type 'b {keyword}' to open bookmark in current tab. 
 - Type anything to search your bookmarks.
 - Just press 'Enter' to open the first one in the list.
 - Fully compatible with SiteLauncher's keyword.
 - Bookmarklet is supported transparently.

NOTE: It is recommended to setup a keyword to enjoy the full convenience brought to you by Quickmarks.

To set keyword, append [{keyword}] your bookmark title. For example, change 'Facebook' to 'Facebook [b]' will assign keyword b to Facebook. Just type 'b f' in omnibox to open Facebook. Option page to configure keywords will be coming soon. 

For any bug reports or feature request, please add to my project at google code, 
http://code.google.com/p/quick-marks/issues/list

Please enjoy. 

NOTE: v0.4 has improved bookmarklet support by using content scripting. You do not need to enable popup anymore.

NOTE: Quickmarks might be broken in dev channel. If that happens, please try to delete your profile and try again. Sorry for the inconvenience.                    

확장 프로그램 기본 정보

이름 Quickmarks Quickmarks
ID piefpokhpcehbeelhohgcnbipnfkogig
공식 URL https://chromewebstore.google.com/detail/quickmarks/piefpokhpcehbeelhohgcnbipnfkogig
설명 Simply type 'b {keyword}' in omnibox to open bookmark in current tab.
파일 크기 20.36 KB
설치 횟수 1,173
현재 버전 0.92
최근 업데이트 2015-02-11
출시 날짜 2015-02-11
평점 4.47/5 총 43 개의 평점
개발자 https://www.wangyizhuo.com
결제 유형 free
확장 프로그램 웹 사이트 http://code.google.com/p/quick-marks/
도움말 페이지 URL http://code.google.com/p/quick-marks/w/list
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickmarks",
    "version": "0.92",
    "manifest_version": 2,
    "description": "Simply type 'b {keyword}' in omnibox to open bookmark in current tab.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "b"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        ""
    ]
}