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 |
| 官方網址 | 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",
" | |