Ant.com antmarks addon
Manage your favorite web pages
Ant.com antmarks addon क्या है?
Ant.com antmarks addon https://www.ant.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your favorite web pages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ant.com antmarks addon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } } |