TopBookmarkToolbar
A convenient bookmarks toolbar on the top of web pages.
TopBookmarkToolbar là gì?
TopBookmarkToolbar là một tiện ích mở rộng Chrome được phát triển bởi tzengshinfu, và tính năng chính của nó là "A convenient bookmarks toolbar on the top of web pages.".
Ả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 TopBookmarkToolbar
Tải xuống các tệp mở rộng TopBookmarkToolbar 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
A convenient bookmarks toolbar on the top of web pages. v1.1.0 Release Notes: [1]Add collapse menu function. -> when root bookmarks overflowed toolbar [2]Add pause showing toolbar in 10sec function. -> on right click menu v1.1.2 Bug fixes: [1]Fix menu without scrollbar. -> when bookmarks go out of window viewable area
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TopBookmarkToolbar |
ID | obbhcemdieglpilieepgcbhpocmbkphm |
URL Chính Thức | https://chromewebstore.google.com/detail/topbookmarktoolbar/obbhcemdieglpilieepgcbhpocmbkphm |
Mô tả | A convenient bookmarks toolbar on the top of web pages. |
Kích Thước Tệp | 10.89 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2017-04-05 |
Ngày Phát Hành | 2017-04-05 |
Đánh Giá | 3.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | tzengshinfu |
[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", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.2", "default_locale": "en", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "bookmarks", "contextMenus", "activeTab" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ], "css": [ "mystyles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "folder.png", "url.png", "collapse.png", "pause.png" ] } |