giftful
The easiest way to add wishes to your giftful wishlists!
什么是giftful?
giftful是由https://giftful.com开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to add wishes to your giftful wishlists!”。
扩展截图
下载giftful扩展crx文件
下载giftful扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically add wishes to your giftful wishlist. Click on the giftful button when you find the perfect item you want and giftful will automatically load in the details for you! Just choose which wishlist you want to pin it to.
扩展基本信息
名称 | giftful |
ID | mbcfbddbppaccljmahnakpbafnoogmgi |
官方URL | https://chromewebstore.google.com/detail/giftful/mbcfbddbppaccljmahnakpbafnoogmgi |
简介 | The easiest way to add wishes to your giftful wishlists! |
文件大小 | 286 KB |
安装次数 | 14,105 |
当前版本 | 1.8.7 |
更新时间 | 2023-11-15 |
上架时间 | 2019-10-25 |
评分 | 3.91/5 共11次评分 |
开发者 | https://giftful.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://giftful.com/ |
隐私政策页面URL | https://giftful.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "giftful", "description": "The easiest way to add wishes to your giftful wishlists!", "version": "1.8.7", "action": { "default_icon": { "16": "images\/giftful16.png", "32": "images\/giftful32.png", "48": "images\/giftful48.png", "128": "images\/giftful128.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "scripting" ], "host_permissions": [ "*:\/\/*.giftful.co\/*", "*:\/\/*.giftful.com\/*" ], "icons": { "16": "images\/giftful16.png", "32": "images\/giftful32.png", "48": "images\/giftful48.png", "128": "images\/giftful128.png" } } |