Bookmark Keyword

Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search

Bookmark Keyword란 무엇입니까?

Bookmark Keyword은(는) Alex Nazimok에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Bookmark Keyword is powerful extension that helps to navigate the web using bookmarks even easier. Bookmark any page, add keyword to the title and you are ready to jump the the page with just couple of keystrokes

You can execute keyword commands by putting them on the end of the keyword or on the end of the url, if selected from the suggestions list. Followin commands are currently supported:
   :t - open in the new tab
   :p - pin tab
   :w - open in the new window
   :i - incognito mode

For example: Assuming we have bookmark defined as '[fb] Facebook' to open the bookmark in the new window, you would type the following command in the omnibar "kw{tab}fb:w"
The commands could be combined. For example to open the bookmark in the new incognito window you would type: 'kw{tab}fb:wi'.                    

확장 프로그램 기본 정보

이름 Bookmark Keyword Bookmark Keyword
ID jgmmhndnlacimnjmgplphnokhnlbhnmd
공식 URL https://chromewebstore.google.com/detail/bookmark-keyword/jgmmhndnlacimnjmgplphnokhnlbhnmd
설명 Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search
파일 크기 48.93 KB
설치 횟수 347
현재 버전 1.7
최근 업데이트 2013-09-25
출시 날짜 2013-09-25
평점 4.00/5 총 23 개의 평점
개발자 Alex Nazimok
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/anazimok/bookmark_keyword
도움말 페이지 URL https://github.com/anazimok/bookmark_keyword/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "storage.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "description": "Open bookmarks based on the keyword, which is defined as part of the bookmark title. e.g. [g] Google Search",
    "name": "Bookmark Keyword",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "omnibox": {
        "keyword": "kw"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "version": "1.7"
}