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