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