My Simple Wishlist ⭐

Handy storage of your shopping wishlist / wishlists in the browser, simple as it can be.

什么是My Simple Wishlist ⭐?

My Simple Wishlist ⭐是由https://productstories.pro开发的Chrome扩展程序,该扩展的主要功能是“Handy storage of your shopping wishlist / wishlists in the browser, simple as it can be.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载My Simple Wishlist ⭐扩展crx文件

下载My Simple Wishlist ⭐扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With My Simple Wishlist, you can:

📌 Save products that you love so you can easily find them later
Just open the webpage of the desired product, click on the extension icon, and choose the list to save.

📌 Create a wish list of unlimited items
Add as many products as you like to your list, open their webpages from it, move, delete unwanted items

📌 Manage multiple shopping lists
Big shopping planned? Create multiple lists and choose the names for them on the "all lists" tab

Feedback:
We are trying hard to add all existing e-commerce websites for you. However, if you have issues with saving products from some store, please let us know, and we will fix it:
[email protected]

Explore My Simple Wishlist right now, no registration required!                    

扩展基本信息

名称 My Simple Wishlist ⭐ My Simple Wishlist ⭐
ID pmpckopcmeegndlkepnmclfgdliinnai
官方URL https://chromewebstore.google.com/detail/my-simple-wishlist-%E2%AD%90/pmpckopcmeegndlkepnmclfgdliinnai
简介 Handy storage of your shopping wishlist / wishlists in the browser, simple as it can be.
文件大小 2.95 MB
安装次数 71
当前版本 1.0.0
更新时间 2021-05-10
上架时间 2021-05-10
评分 5.00/5 共4次评分
开发者 https://productstories.pro
电子邮箱 [email protected]
付费类型 free
扩展官网 https://productstories.pro/my-simple-wishlist/
帮助页面URL https://productstories.pro/my-simple-wishlist/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/productstories.pro\/my-simple-wishlist\/",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/msl16.png",
        "48": "icons\/msl48.png",
        "128": "icons\/msl128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/msl19.png",
            "38": "icons\/msl38.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}