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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } } |