Gift Hero
The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.
什么是Gift Hero?
Gift Hero是由https://www.gifthero.com开发的Chrome扩展程序,该扩展的主要功能是“The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click.”。
扩展截图
下载Gift Hero扩展crx文件
下载Gift Hero扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add an item from any online retailer to your Gift Hero wish lists. You can now add an item from any site without changing pages! 扩展基本信息
| 名称 | |
| ID | hcilfaknmnnhkmmojdhfilelmdebclig |
| 官方URL | https://chromewebstore.google.com/detail/gift-hero/hcilfaknmnnhkmmojdhfilelmdebclig |
| 简介 | The ultimate universal wish list and source for gift giving inspiration. Add anything to your Gift Hero wish list with just a click. |
| 文件大小 | 126 KB |
| 安装次数 | 9,283 |
| 当前版本 | 2.0.12 |
| 更新时间 | 2021-11-12 |
| 上架时间 | 2017-09-08 |
| 评分 | 4.25/5 共4次评分 |
| 开发者 | https://www.gifthero.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.gifthero.com |
| 帮助页面URL | https://support.gifthero.com/adding-gifts/what-is-the-gift-hero-browser-plugin |
| 隐私政策页面URL | https://www.gifthero.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gift Hero",
"author": "Gift Hero, Inc.",
"homepage_url": "https:\/\/gifthero.com",
"options_page": "options.html",
"background": {
"page": "background.html",
"persistent": false
},
"browser_action": {
"default_icon": {
"20": "Icon-20.png",
"40": "Icon-40.png",
"128": "Icon-128.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.gifthero.dev\/*",
"*:\/\/*.gifthero.com\/*"
],
"js": [
"gifthero.bundle.js"
]
}
],
"icons": {
"16": "Icon-16.png",
"48": "Icon-48.png",
"54": "Icon-54.png",
"90": "Icon-90.png",
"128": "Icon-128.png",
"270": "Icon-270.png"
},
"manifest_version": 2,
"permissions": [
"activeTab",
" | |