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
官方網址 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
電子郵箱 [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"
    }
}