Better Bookmark
Easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
Better Bookmarkとは何ですか?
Better BookmarkはSzymon Pilkowskiによって開発されたChromeの拡張機能で、その主な機能は「Easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)」です。
拡張機能のスクリーンショット
Better Bookmark拡張機能のCRXファイルをダウンロード
Better Bookmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy way to add bookmarks to any category. Includes spotlight-like search with mouse/keyboard integration. Default shortcut: cmd+b (win:ctrl+b) -- Author: Szymon Pilkowski [http://twitter.com/ard] It's open source: https://github.com/ardcore/chrome-better-bookmark Uses fuzzy search algorithm from fuse.js. Please contact me with any bug reports or suggestions!
拡張機能の基本情報
名前 | Better Bookmark |
ID | pniopfmciclllcpockpkgceikipiibol |
公式URL | https://chromewebstore.google.com/detail/better-bookmark/pniopfmciclllcpockpkgceikipiibol |
説明 | Easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b) |
ファイルサイズ | 33.8 KB |
インストール数 | 1,442 |
現在のバージョン | 1.3.1 |
最終更新日 | 2014-04-01 |
公開日 | 2014-04-01 |
評価 | 4.46/5 合計 63 レビュー |
開発者 | Szymon Pilkowski |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ardcore/chrome-better-bookmark |
ヘルプページのURL | https://github.com/ardcore/chrome-better-bookmark/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Bookmark", "description": "Easily add bookmarks to any category. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)", "version": "1.3.1", "author": "Szymon Pilkowski", "homepage_url": "https:\/\/github.com\/ardcore\/chrome-better-bookmark", "default_locale": "en", "background": { "page": "init.html" }, "icons": { "16": "bookmark.png", "48": "bookmark.png", "128": "bookmark.png" }, "browser_action": { "default_icon": { "19": "bookmark.png", "38": "bookmark.png" }, "default_title": "Better Bookmark Button", "default_popup": "background.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+B", "windows": "Ctrl+B", "mac": "Command+B", "chromeos": "Ctrl+B", "linux": "Ctrl+B" } } }, "permissions": [ "bookmarks", "tabs" ] } |