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 |
Eメール | [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 } } |