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