Bookmark Search

This extension allows you to directly access your bookmarks by name

什麼是Bookmark Search?

Bookmark Search是由Spencer Anderson開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to directly access your bookmarks by name”。

擴展截圖

screenshot
screenshot
screenshot

下載Bookmark Search擴展crx文件

下載Bookmark Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enjoy using your keyboard? Feeling frustrated as you swing your mouse around, trying to find a bookmark hidden deep within the underbelly of your chrome installation? 

Then try this extension out.

Quickly access bookmarks by name by simply typing "mrk" (Short for mark) followed by the name of the bookmark you are searching for. Use your bookmarks as shortcuts to your most frequented sites.                    

擴展基本資訊

名稱 Bookmark Search Bookmark Search
ID jbfdkekecbfaikenlmmapondfplejaje
官方網址 https://chromewebstore.google.com/detail/bookmark-search/jbfdkekecbfaikenlmmapondfplejaje
簡介 This extension allows you to directly access your bookmarks by name
檔案大小 9.04 KB
安裝次數 30
目前版本 1.0
更新時間 2016-04-22
上架時間 2016-04-22
評分 5.00/5 共 1 次評分
開發者 Spencer Anderson
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Search",
    "description": "This extension allows you to directly access your bookmarks by name",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "mrk"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ]
}