Amazon wishlist subtotal

Creates subtotal for wishlist on Amazon

Hvad er Amazon wishlist subtotal?

Amazon wishlist subtotal er en Chrome-udvidelse udviklet af HYUTS, og dens hovedfunktion er "Creates subtotal for wishlist on Amazon".

Udvidelsesskærmbilleder

screenshot

Download Amazon wishlist subtotal-udvidelses-CRX-fil

Download Amazon wishlist subtotal-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Amazon wishlist subtotal Amazon wishlist subtotal
ID oalghggdeaciadklhjomgfbdnpkgaaba
Officiel URL https://chromewebstore.google.com/detail/amazon-wishlist-subtotal/oalghggdeaciadklhjomgfbdnpkgaaba
Beskrivelse Creates subtotal for wishlist on Amazon
Filstørrelse 350 KB
Antal Installationer 35
Nuværende Version 1.2
Senest Opdateret 2020-12-29
Udgivelsesdato 2020-12-29
Udvikler HYUTS
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}