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ファイルをダウンロード

Quickmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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