Leclerc Drive Trie BETA

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

What is Leclerc Drive Trie BETA?

Leclerc Drive Trie BETA is a Chrome extension developed by The Geek Factory, and its main feature is "Permet de trier les articles de Leclerc Drive par prix (au kilo/litre) croissant".

Extension Screenshots

screenshot

Download Leclerc Drive Trie BETA Extension CRX File

Download Leclerc Drive Trie BETA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Leclerc Drive Trie BETA Leclerc Drive Trie BETA
ID hjohdliakbefbdbneheplemnlopanbke
Official URL https://chromewebstore.google.com/detail/leclerc-drive-trie-beta/hjohdliakbefbdbneheplemnlopanbke
Description Permet de trier les articles de Leclerc Drive par prix (au kilo/litre) croissant
File Size 1.27 MB
Installation Count 184
Current Version 0.5
Last Updated 2016-04-17
Publish Date 2016-04-17
Rating 5.00/5 Total 1 Ratings
Developer The Geek Factory
Payment Type free
Supported Languages 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
}