Bookmarks Table
View your Chrome bookmarks by date in a sortable searchable table
Bookmarks Table là gì?
Bookmarks Table là một tiện ích mở rộng Chrome được phát triển bởi nick.script0, và tính năng chính của nó là "View your Chrome bookmarks by date in a sortable searchable table".
Ả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 Bookmarks Table
Tải xuống các tệp mở rộng Bookmarks Table 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
Search your entire Chrome bookmarks collection in a table format. Each column is sortable and searchable. To open click the icon to the right of your address bar. This is an Open Source source project, please see the website link for more info.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmarks Table |
ID | eaabmhkokgaboihbikohlooneokghmcp |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarks-table/eaabmhkokgaboihbikohlooneokghmcp |
Mô tả | View your Chrome bookmarks by date in a sortable searchable table |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 1,550 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2021-09-22 |
Ngày Phát Hành | 2015-08-22 |
Đánh Giá | 4.55/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | nick.script0 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nickscript0/chrome-bookmarks-table |
URL Trang Trợ Giúp | https://github.com/nickscript0/chrome-bookmarks-table/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmarks Table", "version": "0.7", "description": "View your Chrome bookmarks by date in a sortable searchable table", "action": { "name": "Load bookmarks", "default_icon": { "19": "icons\/button19_lightgrey.png", "38": "icons\/button38_lightgrey.png" } }, "permissions": [ "bookmarks" ], "background": { "service_worker": "src\/background.js" }, "icons": { "16": "icons\/button16_lightgrey.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |