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 là gì?
Anywish | Wishlists and online gift lists là một tiện ích mở rộng Chrome được phát triển bởi https://anywish.app, và tính năng chính của nó là "Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Anywish | Wishlists and online gift lists
Tải xuống các tệp mở rộng Anywish | Wishlists and online gift lists dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Anywish | Wishlists and online gift lists |
ID | llndhaljdlfpibaoneimjijoapkalckm |
URL Chính Thức | https://chromewebstore.google.com/detail/anywish-wishlists-and-onl/llndhaljdlfpibaoneimjijoapkalckm |
Mô tả | Instantly add gift ideas to your Anywish wishlists, from any online store you're visiting. |
Kích Thước Tệp | 10.42 MB |
Số Lần Cài Đặt | 89 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2022-11-01 |
Ngày Phát Hành | 2021-04-02 |
Nhà Phát Triển | https://anywish.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://anywish.app |
URL Trang Chính Sách Bảo Mật | https://anywish.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |