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
电子邮箱 [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"
    }
}