GoWish

App to add wishes to Gowish from any store page

GoWishとは何ですか?

GoWishはGowishによって開発されたChromeの拡張機能で、その主な機能は「App to add wishes to Gowish from any store page」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

GoWish拡張機能のCRXファイルをダウンロード

GoWish拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The GoWish Chrome extension allows you to quickly add all your favorite products to a wishlist, no matter what store you are visiting or what products you dream to get. Simply find a product you like, press the wish extension button and add it to your wishlists so your friends and loved ones know what you are wishing for.                    

拡張機能の基本情報

名前 GoWish GoWish
ID jiiomokeoghcjdceomdhijobcheodcnl
公式URL https://chromewebstore.google.com/detail/gowish/jiiomokeoghcjdceomdhijobcheodcnl
説明 App to add wishes to Gowish from any store page
ファイルサイズ 20.41 KB
インストール数 582
現在のバージョン 0.0.2
最終更新日 2023-02-17
公開日 2022-09-30
評価 5.00/5 合計 4 レビュー
開発者 Gowish
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gowish.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoWish",
    "version": "0.0.2",
    "description": "App to add wishes to Gowish from any store page",
    "author": "GoWish",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "GoWish"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}