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 |
| Eメール | [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",
" | |