Booksmart
Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
Booksmart là gì?
Booksmart là một tiện ích mở rộng Chrome được phát triển bởi Ana-Maria Iancu, và tính năng chính của nó là "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.".
Ả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 Booksmart
Tải xuống các tệp mở rộng Booksmart 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
With Booksmart you can now bookmark pages with only 2 clicks. Just add a folder, and click on the plus button next to it. Done! Your link is saved and organised in a folder. Easy to use and nice to look at. You can add as many folders as you want and as many bookmarks in each folder. Booksmart is all about making it easier to save links and access them later quickly. Version 0.3.0 updates: - design changes Version 0.2.0 updates: - bug fixes - confirmation message when you delete a folder
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nlffaabjkkfkehhdmcljfpcipffhhkbj |
URL Chính Thức | https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj |
Mô tả | Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click. |
Kích Thước Tệp | 315 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2020-12-15 |
Ngày Phát Hành | 2020-11-30 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Ana-Maria Iancu |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Booksmart", "version": "0.3.0", "description": "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.", "short_name": "B", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Booksmart", "default_icon": "favicon.ico" }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |