My Wishlist

Add new items to your wishlist on MyWishlist.online.

My Wishlistとは何ですか?

My Wishlistはhttps://mywishlist.onlineによって開発されたChromeの拡張機能で、その主な機能は「Add new items to your wishlist on MyWishlist.online.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension makes adding items to your online wishlist easier and quicker.

When you see an online product you'd like to add to your wish list, simply click the gift icon to add the item instantly. This works on all web shops!

The extension also adds a handy option to your right click menu: "Add to My Wishlist".

Please note that you can only use this extension after creating a free account on https://mywishlist.online.                    

拡張機能の基本情報

名前 My Wishlist My Wishlist
ID aiamggmmifaolnpbgbdepbpflnhdfgkg
公式URL https://chromewebstore.google.com/detail/my-wishlist/aiamggmmifaolnpbgbdepbpflnhdfgkg
説明 Add new items to your wishlist on MyWishlist.online.
ファイルサイズ 55.77 KB
インストール数 4,694
現在のバージョン 1.3
最終更新日 2022-09-19
公開日 2022-05-13
評価 4.50/5 合計 4 レビュー
開発者 https://mywishlist.online
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mywishlist.online/
ヘルプページのURL https://mywishlist.online/help
プライバシーポリシーページのURL https://www.mijnverlanglijst.eu/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Wishlist",
    "action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "64": "images\/logo-64.png",
            "128": "images\/logo-128.png"
        },
        "default_title": "My Wishlist",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "64": "images\/logo-64.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 3,
    "version": "1.3",
    "description": "Add new items to your wishlist on MyWishlist.online.",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    }
}