Tap n Buy

Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!

Co je Tap n Buy?

Tap n Buy je rozšíření Chrome vyvinuté Staqu Technologies Pvt Ltd, a jeho hlavní funkcí je „Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tap n Buy

Stáhněte si soubory rozšíření Tap n Buy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        You no longer have to worry of increasing prices and endless browsing before buying anything.
Tap n Buy brings discovery, comparison and savings right at your fingertips!                    

Základní Informace o Rozšíření

Název Tap n Buy Tap n Buy
ID jhjmnhhfnnfgdlapgppaompdhhmfkdfa
Oficiální URL https://chromewebstore.google.com/detail/tap-n-buy/jhjmnhhfnnfgdlapgppaompdhhmfkdfa
Popis Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!
Velikost souboru 329 KB
Počet instalací 41
Aktuální Verze 0.2
Poslední Aktualizace 2017-07-10
Datum Vydání 2017-07-10
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Staqu Technologies Pvt Ltd
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tap n Buy",
    "description": "Don't worry about endless browsing before buying anything. Tap n Buy brings discovery, comparison and savings right away!",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html",
        "default_title": "Tap n Buy"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "contextMenus",
        "storage",
        "processes"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/style.css",
                "\/static\/css\/custom.css"
            ],
            "js": [
                "\/static\/js\/jquery-3.1.1.min.js",
                "\/static\/js\/jquery-ui.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "\/static\/js\/jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*",
        "\/static\/*"
    ]
}