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文件

下载Bookmark Keyword扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}