Amazon wishlist subtotal

Creates subtotal for wishlist on Amazon

什么是Amazon wishlist subtotal?

Amazon wishlist subtotal是由HYUTS开发的Chrome扩展程序,该扩展的主要功能是“Creates subtotal for wishlist on Amazon”。

扩展截图

screenshot

下载Amazon wishlist subtotal扩展crx文件

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

扩展使用说明

                        This extension is to help you from needing to manually add the cost of items in your Amazon wishlist's.
Normally you need to add items to your cart to calculate prices.
The extension will be located at the top right of your screen.
Enjoy!                    

扩展基本信息

名称 Amazon wishlist subtotal Amazon wishlist subtotal
ID oalghggdeaciadklhjomgfbdnpkgaaba
官方URL https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba
简介 Creates subtotal for wishlist on Amazon
文件大小 350 KB
安装次数 35
当前版本 1.2
更新时间 2020-12-29
上架时间 2020-12-29
开发者 HYUTS
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon wishlist subtotal",
    "version": "1.2",
    "description": "Creates subtotal for wishlist on Amazon",
    "icons": {
        "128": "icon_dark.png"
    },
    "browser_action": {
        "name": "Dollar sign",
        "default_popup": "popup.html",
        "icons": [
            "icon_dark.png"
        ],
        "default_icon": "icon_dark.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content.js",
                "js\/color_fade.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ]
        }
    ]
}