Ant.com antmarks addon
Manage your favorite web pages
什么是Ant.com antmarks addon?
Ant.com antmarks addon是由https://www.ant.com开发的Chrome扩展程序,该扩展的主要功能是“Manage your favorite web pages”。
扩展截图
下载Ant.com antmarks addon扩展crx文件
下载Ant.com antmarks addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | bmkmojbohkkecnnhkpidldhabjbcmnkk |
官方URL | https://chromewebstore.google.com/detail/antcom-antmarks-addon/bmkmojbohkkecnnhkpidldhabjbcmnkk |
简介 | Manage your favorite web pages |
文件大小 | 378 KB |
安装次数 | 1,646 |
当前版本 | 2.0.5 |
更新时间 | 2021-03-25 |
上架时间 | 2020-11-03 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.ant.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.ant.com |
帮助页面URL | https://support.ant.com |
隐私政策页面URL | https://www.ant.com/privacy-policy |
支持的语言 | 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 } } |