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
Eメール [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'"
}