Ant.com antmarks addon
Manage your favorite web pages
Qu'est-ce que Ant.com antmarks addon ?
Ant.com antmarks addon est une extension Chrome développée par https://www.ant.com, et sa fonction principale est "Manage your favorite web pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ant.com antmarks addon
Téléchargez les fichiers d'extension Ant.com antmarks addon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | bmkmojbohkkecnnhkpidldhabjbcmnkk |
URL Officiel | https://chromewebstore.google.com/detail/antcom-antmarks-addon/bmkmojbohkkecnnhkpidldhabjbcmnkk |
Description | Manage your favorite web pages |
Taille du Fichier | 378 KB |
Nombre d'Installations | 1,646 |
Version Actuelle | 2.0.5 |
Dernière Mise à Jour | 2021-03-25 |
Date de Publication | 2020-11-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.ant.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.ant.com |
URL de la Page d'Aide | https://support.ant.com |
URL de la Page de Politique de Confidentialité | https://www.ant.com/privacy-policy |
Langues Prises en Charge | 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 } } |