Amazon wishlist subtotal

Creates subtotal for wishlist on Amazon

O que é Amazon wishlist subtotal?

Amazon wishlist subtotal é uma extensão do Chrome desenvolvida por HYUTS, e sua principal característica é "Creates subtotal for wishlist on Amazon".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Amazon wishlist subtotal

Baixe arquivos de extensão Amazon wishlist subtotal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Amazon wishlist subtotal Amazon wishlist subtotal
ID oalghggdeaciadklhjomgfbdnpkgaaba
URL Oficial https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba
Descrição Creates subtotal for wishlist on Amazon
Tamanho do Arquivo 350 KB
Contagem de Instalações 35
Versão Atual 1.2
Última Atualização 2020-12-29
Data de Publicação 2020-12-29
Desenvolvedor HYUTS
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}