Add to Giftwhale wish list
Add any item to your Giftwhale wish lists right from within your browser.
什么是Add to Giftwhale wish list?
Add to Giftwhale wish list是由https://giftwhale.com开发的Chrome扩展程序,该扩展的主要功能是“Add any item to your Giftwhale wish lists right from within your browser.”。
扩展截图
下载Add to Giftwhale wish list扩展crx文件
下载Add to Giftwhale wish list扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly and easily add items to your wish lists with the Giftwhale Chrome extension. When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list. You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.
扩展基本信息
名称 | Add to Giftwhale wish list |
ID | oblghpjfokmfooclfjdcmobdimjahlim |
官方URL | https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim |
简介 | Add any item to your Giftwhale wish lists right from within your browser. |
文件大小 | 676 KB |
安装次数 | 256 |
当前版本 | 1.0.3 |
更新时间 | 2022-07-08 |
上架时间 | 2022-06-29 |
开发者 | https://giftwhale.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://giftwhale.com |
帮助页面URL | https://giftwhale.com/contact |
隐私政策页面URL | https://giftwhale.com/privacy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Giftwhale wish list", "version": "1.0.3", "description": "Add any item to your Giftwhale wish lists right from within your browser.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.giftwhale.com\/*" ], "action": { "default_title": "Add to Giftwhale", "default_icon": "icons\/48.png", "default_popup": "popup\/content.html" } } |