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」です。
拡張機能のスクリーンショット
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 |
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" } |