Anywish | Wishlists and online gift lists
Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting.
Anywish | Wishlists and online gift lists란 무엇입니까?
Anywish | Wishlists and online gift lists은(는) https://anywish.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting."입니다.
확장 프로그램 스크린샷
Anywish | Wishlists and online gift lists 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the Anywish extension button or right-click on an image, link, or selected text then select "Add to Anywish..." to add items to your wishlists. Your gift ideas are stored safely on your Anywish account. Visit anywish.app from any device to organize your wishlists and share them. Your friends and family won't need to download anything or even open an account to see your list. Add the Anywish extension now and say goodbye to terrible gifts.
확장 프로그램 기본 정보
이름 | Anywish | Wishlists and online gift lists |
ID | llndhaljdlfpibaoneimjijoapkalckm |
공식 URL | https://chromewebstore.google.com/detail/anywish-wishlists-and-onl/llndhaljdlfpibaoneimjijoapkalckm |
설명 | Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting. |
파일 크기 | 10.42 MB |
설치 횟수 | 89 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2022-11-01 |
출시 날짜 | 2021-04-02 |
개발자 | https://anywish.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://anywish.app |
개인정보 보호 정책 페이지 URL | https://anywish.app/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "short_name": "__MSG_productName__", "author": "__MSG_productName__", "version": "2.0.3", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/anywish.app", "default_locale": "en", "permissions": [ "activeTab", "contextMenus", "identity", "storage", "https:\/\/*.anywish.app\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self';", "background": { "page": "background.html" }, "browser_action": { "default_title": "__MSG_addItem__", "default_icon": { "16": "icons\/32.png", "32": "icons\/64.png", "48": "icons\/96.png", "64": "icons\/128.png", "128": "icons\/256.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-scripts.js" ] } ], "web_accessible_resources": [ "chunk.*.js", "videos\/*.mp4" ], "options_ui": { "page": "options.html" }, "icons": { "16": "icons\/32.png", "32": "icons\/64.png", "48": "icons\/96.png", "64": "icons\/128.png", "128": "icons\/256.png" }, "manifest_version": 2 } |