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 là gì?
Faster Bookmark - Add Bookmark faster là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Faster Bookmark - Add Bookmark faster
Tải xuống các tệp mở rộng Faster Bookmark - Add Bookmark faster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Faster Bookmark - Add Bookmark faster |
ID | fibadljlplamppipiebabkdehecpabce |
URL Chính Thức | https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce |
Mô tả | Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b) |
Kích Thước Tệp | 32.27 KB |
Số Lần Cài Đặt | 902 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2015-12-24 |
Ngày Phát Hành | 2015-12-24 |
Đánh Giá | 4.46/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |