Leclerc Drive Trie BETA

Permet de trier les articles de Leclerc Drive par prix (au kilo/litre) croissant

Co je Leclerc Drive Trie BETA?

Leclerc Drive Trie BETA je rozšíření Chrome vyvinuté The Geek Factory, a jeho hlavní funkcí je „Permet de trier les articles de Leclerc Drive par prix (au kilo/litre) croissant“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Leclerc Drive Trie BETA

Stáhněte si soubory rozšíření Leclerc Drive Trie BETA 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í

                        Application non officielle permettant de trier les articles du Drive de Leclerc par ordre croissant du prix au kilo/litre.

Le plugin est en bêta. N'hésitez pas à me remonter les éventuels bugs.                    

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

Název Leclerc Drive Trie BETA Leclerc Drive Trie BETA
ID hjohdliakbefbdbneheplemnlopanbke
Oficiální URL https://chromewebstore.google.com/detail/leclerc-drive-trie-beta/hjohdliakbefbdbneheplemnlopanbke
Popis Permet de trier les articles de Leclerc Drive par prix (au kilo/litre) croissant
Velikost souboru 1.27 MB
Počet instalací 184
Aktuální Verze 0.5
Poslední Aktualizace 2016-04-17
Datum Vydání 2016-04-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář The Geek Factory
Typ Platby free
Podporované Jazyky fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leclerc Drive Trie BETA",
    "version": "0.5",
    "description": "Permet de trier les articles de Leclerc Drive par prix (au kilo\/litre) croissant",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.3.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Trier les produits de Leclerc Drive par prix croissant (au kilo)"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}