10bis price after discount

This extension displays the prices after discount in 10bis menu page

Co je 10bis price after discount?

10bis price after discount je rozšíření Chrome vyvinuté uri.mor, a jeho hlavní funkcí je „This extension displays the prices after discount in 10bis menu page“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření 10bis price after discount

Stáhněte si soubory rozšíření 10bis price after discount 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í

                        Display the prices of 10bis restaurants after discount                    

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

Název 10bis price after discount 10bis price after discount
ID cjeenmkpfahdbhhgobcodngnjoahebpf
Oficiální URL https://chromewebstore.google.com/detail/10bis-price-after-discoun/cjeenmkpfahdbhhgobcodngnjoahebpf
Popis This extension displays the prices after discount in 10bis menu page
Velikost souboru 8.13 KB
Počet instalací 57
Aktuální Verze 0.3.7
Poslední Aktualizace 2019-08-27
Datum Vydání 2019-08-26
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář uri.mor
Typ Platby free
Webové stránky Rozšíření https://github.com/urimor/10bis-discount-extension
Podporované Jazyky iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "10bis price after discount",
    "description": "This extension displays the prices after discount in 10bis menu page",
    "version": "0.3.7",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "10bisExtension.js"
            ],
            "matches": [
                "https:\/\/www.10bis.co.il\/Restaurants\/Menu\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "10bisExtension-next.js"
            ],
            "matches": [
                "https:\/\/www.10bis.co.il\/next\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "10bis Price After Discount"
    },
    "icons": {
        "128": "icon.png"
    }
}