Search Bookmarks for Chrome

Easy find and open your bookmarks.

Search Bookmarks for Chrome란 무엇입니까?

Search Bookmarks for Chrome은(는) Bruno Basto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy find and open your bookmarks."입니다.

확장 프로그램 스크린샷

screenshot

Search Bookmarks for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to easily find and open any of your bookmarks. It provides an easy shortcut by default (Crt+E) that quickly opens the extension and you can start typing your query right away.

This first version also features an easy way to navigate through search results using the navigation keys (up and down). After selecting the desired result entry, just hit the Enter key or click in the result to open it in a new tab.

Future release will include sync with Social Bookmarks sites such as Delicious and Diigo and will also include a learning algorithm to show first the bookmarks you use more.                    

확장 프로그램 기본 정보

이름 Search Bookmarks for Chrome Search Bookmarks for Chrome
ID fcncfhllkjppmmcjmlohajkafkbifldi
공식 URL https://chrome.google.com/webstore/detail/search-bookmarks-for-chro/fcncfhllkjppmmcjmlohajkafkbifldi
설명 Easy find and open your bookmarks.
파일 크기 23.41 KB
설치 횟수 104
현재 버전 1.1.5
최근 업데이트 2014-04-11
출시 날짜 2014-04-11
평점 5.00/5 총 4 개의 평점
개발자 Bruno Basto
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Bookmarks for Chrome",
    "description": "Easy find and open your bookmarks.",
    "version": "1.1.5",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+E",
                "mac": "MacCtrl+E"
            }
        }
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "search.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/yuicombo.appspot.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}