My Bookmarks
A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
My Bookmarks là gì?
My Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi https://www.movinnza.in, và tính năng chính của nó là "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.".
Ả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 My Bookmarks
Tải xuống các tệp mở rộng My Bookmarks 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
This extensions allows you to access your bookmarks by clicking on the top bookmark icon. You can add/edit/delete bookmark here. If you have lot of bookmark you can search with specific name and result will be displayed below. If you found a bug, have an ideas for features or improvements, please let me know.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ccofnkilgkcpncnookbdnoileiidolka |
URL Chính Thức | https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka |
Mô tả | A browser action with a popup dump of all bookmarks, including search, add, edit and delete. |
Kích Thước Tệp | 10.08 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-06-02 |
Ngày Phát Hành | 2020-06-02 |
Nhà Phát Triển | https://www.movinnza.in |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.movinnza.in/contact |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks", "version": "1.1", "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |