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