Faster Bookmark - Add Bookmark faster
Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
Faster Bookmark - Add Bookmark fasterとは何ですか?
Faster Bookmark - Add Bookmark fasterはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)」です。
拡張機能のスクリーンショット
Faster Bookmark - Add Bookmark faster拡張機能のCRXファイルをダウンロード
Faster Bookmark - Add Bookmark faster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy way to add bookmarks to any folder.
Includes spotlight-like search with mouse/keyboard integration.
Default shortcut: cmd+b (win:ctrl+b)
-----
Author: minhanhhere
Origin: https://github.com/ardcore/chrome-better-bookmark
Source code: https://github.com/minhanhhere/chrome-faster-bookmark 拡張機能の基本情報
| 名前 | |
| ID | fibadljlplamppipiebabkdehecpabce |
| 公式URL | https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce |
| 説明 | Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b) |
| ファイルサイズ | 32.27 KB |
| インストール数 | 902 |
| 現在のバージョン | 1.3.1 |
| 最終更新日 | 2015-12-24 |
| 公開日 | 2015-12-24 |
| 評価 | 4.46/5 合計 28 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"author": "Minh Anh",
"background": {
"page": "init.html"
},
"browser_action": {
"default_icon": {
"19": "action.png",
"38": "action.png"
},
"default_popup": "background.html",
"default_title": "Faster Bookmark Button"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"chromeos": "Ctrl+B",
"default": "Ctrl+B",
"linux": "Ctrl+B",
"mac": "Command+B",
"windows": "Ctrl+B"
}
}
},
"description": "Easily add bookmarks to any folder. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)",
"homepage_url": "https:\/\/github.com\/minhanhhere\/chrome-faster-bookmark",
"icons": {
"128": "bookmark.png",
"16": "bookmark.png",
"48": "bookmark.png"
},
"manifest_version": 2,
"name": "Faster Bookmark - Add Bookmark faster",
"shortname": "Faster Bookmark",
"permissions": [
"bookmarks",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3.1"
} | |