Add to Giftwhale wish list

Add any item to your Giftwhale wish lists right from within your browser.

什麼是Add to Giftwhale wish list?

Add to Giftwhale wish list是由https://giftwhale.com開發的Chrome擴展程式,該擴展的主要功能是“Add any item to your Giftwhale wish lists right from within your browser.”。

擴展截圖

screenshot

下載Add to Giftwhale wish list擴展crx文件

下載Add to Giftwhale wish list擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Quickly and easily add items to your wish lists with the Giftwhale Chrome extension.

When browsing the web, if you find any item you want to add to a wish list, just open up the 'Add to Giftwhale' extension and add it to your list.

You can select which wish list you want to add the item to, and it will do everything without having the leave the page you're on.                    

擴展基本資訊

名稱 Add to Giftwhale wish list Add to Giftwhale wish list
ID oblghpjfokmfooclfjdcmobdimjahlim
官方網址 https://chromewebstore.google.com/detail/add-to-giftwhale-wish-lis/oblghpjfokmfooclfjdcmobdimjahlim
簡介 Add any item to your Giftwhale wish lists right from within your browser.
檔案大小 676 KB
安裝次數 256
目前版本 1.0.3
更新時間 2022-07-08
上架時間 2022-06-29
開發者 https://giftwhale.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://giftwhale.com
說明頁面URL https://giftwhale.com/contact
隱私政策頁面URL https://giftwhale.com/privacy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add to Giftwhale wish list",
    "version": "1.0.3",
    "description": "Add any item to your Giftwhale wish lists right from within your browser.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.giftwhale.com\/*"
    ],
    "action": {
        "default_title": "Add to Giftwhale",
        "default_icon": "icons\/48.png",
        "default_popup": "popup\/content.html"
    }
}