Hodoor

Show nutrition info for stuff on DoorDash.

Qu'est-ce que Hodoor ?

Hodoor est une extension Chrome développée par https://hodoor.com, et sa fonction principale est "Show nutrition info for stuff on DoorDash.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hodoor

Téléchargez les fichiers d'extension Hodoor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Hodoor shows nutrition information for stuff on DoorDash.                    

Informations de Base sur l'Extension

Nom Hodoor Hodoor
ID ipmhdgdohenpkfhhjmnmjhghpobpmoem
URL Officiel https://chromewebstore.google.com/detail/hodoor/ipmhdgdohenpkfhhjmnmjhghpobpmoem
Description Show nutrition info for stuff on DoorDash.
Taille du Fichier 331 KB
Nombre d'Installations 16
Version Actuelle 0.0.108
Dernière Mise à Jour 2017-07-25
Date de Publication 2017-07-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://hodoor.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.108",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/hodoor.com:8443\/",
        "https:\/\/amp.ai\/",
        "https:\/\/dev.amp.ai\/",
        "https:\/\/cdn.amp.ai\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.doordash.com\/store\/*",
                "https:\/\/www.doordash.com\/cart\/*"
            ],
            "css": [
                "bower_components\/pure\/pure-min.css",
                "styles\/doordash.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/underscore\/underscore-min.js",
                "bower_components\/highcharts\/highcharts.js",
                "scripts\/doordash.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon.png"
        },
        "default_title": "food-app-chrome-ext",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "scripts\/amp.js"
    ]
}