Ant.com antmarks addon
Manage your favorite web pages
Ant.com antmarks addon là gì?
Ant.com antmarks addon là một tiện ích mở rộng Chrome được phát triển bởi https://www.ant.com, và tính năng chính của nó là "Manage your favorite 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 Ant.com antmarks addon
Tải xuống các tệp mở rộng Ant.com antmarks addon 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
Ant.com bookmarking extension allows to collect and save your favourite into your Ant.com personal search engine, and add tags to categorize them. By saving pages, you build a personnalized web search for your interests and never loose something your once stumbled upon. Fully free and secured, with your personal web search you'll never loose an interesting site. Simply register to Ant.com to save your findings on the Web and start feeding your search engine. Follow us on Twitter and Facebook
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bmkmojbohkkecnnhkpidldhabjbcmnkk |
URL Chính Thức | https://chromewebstore.google.com/detail/antcom-antmarks-addon/bmkmojbohkkecnnhkpidldhabjbcmnkk |
Mô tả | Manage your favorite web pages |
Kích Thước Tệp | 378 KB |
Số Lần Cài Đặt | 1,646 |
Phiên Bản Hiện Tại | 2.0.5 |
Cập Nhật Lần Cuối | 2021-03-25 |
Ngày Phát Hành | 2020-11-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.ant.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ant.com |
URL Trang Trợ Giúp | https://support.ant.com |
URL Trang Chính Sách Bảo Mật | https://www.ant.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ant.com antmarks addon", "description": "Manage your favorite web pages", "version": "2.0.5", "short_name": "Antmarks", "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/*.gstatic.com blob:; style-src 'self' 'unsafe-inline'; connect-src *; img-src * ; frame-src https:\/\/www.google.com\/; default-src 'self' blob:", "icons": { "19": "images\/antmark_icon_off.png", "48": "images\/landing_antmarks.png" }, "browser_action": { "default_icon": "images\/user_not_sign_in.png", "default_title": "Antmarks management tool", "default_popup": "popup.html", "browser_style": false }, "permissions": [ "storage", "alarms", "identity", "notifications", "tabs", "contextMenus", "https:\/\/*.ant.com\/*" ], "optional_permissions": [ "bookmarks" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "open_in_tab": true } } |