Pluie dans l'heure
Va-t-il pleuvoir dans l'heure qui vient ?
Was ist Pluie dans l'heure?
Pluie dans l'heure ist eine Chrome-Erweiterung, die von Etienne Liorzou entwickelt wurde, und ihr Hauptmerkmal ist "Va-t-il pleuvoir dans l'heure qui vient ?".
Erweiterungsscreenshots
Pluie dans l'heure-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pluie dans l'heure-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Ayez toujours à portée de main la fonctionnalité 'Va-t-il pleuvoir dans l'heure ?' de Météo France ! 
Les prévisions de pluie pour la prochaine heure, actualisées toutes les 5 minutes.
3 niveaux d'intensité des précipitations (faible, modérée ou forte) sont fournis.
Fonctionnalités : 
- Suivi de plusieurs villes
- Notifications programmables (tous les jours à la même heure)
- Graphique du niveau de précipitations dans l'heure
- Détail de l'évolution des précipitations
N'hésitez pas à faire pas de vos suggestions dans les commentaires ou sur GitHub : /liorzoue/ext-meteo                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | nnpkmpjhobmndlchjdahkjgdodlfikce | 
| Offizielle URL | https://chromewebstore.google.com/detail/pluie-dans-lheure/nnpkmpjhobmndlchjdahkjgdodlfikce | 
| Beschreibung | Va-t-il pleuvoir dans l'heure qui vient ? | 
| Dateigröße | 363 KB | 
| Installationsanzahl | 220 | 
| Aktuelle Version | 1.6.1 | 
| Letztes Update | 2019-03-04 | 
| Veröffentlichungsdatum | 2019-03-04 | 
| Bewertung | 4.75/5 Insgesamt 4 Bewertungen | 
| Entwickler | Etienne Liorzou | 
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/liorzoue/ext-meteo | 
| Hilfeseite URL | https://github.com/liorzoue/ext-meteo/issues | 
| Unterstützte Sprachen | fr | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pluie dans l'heure",
    "version": "1.6.1",
    "manifest_version": 2,
    "description": "Va-t-il pleuvoir dans l'heure qui vient ?",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "background",
        "notifications",
        "http:\/\/www.meteofrance.com\/"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "512": "img\/raindrop-512.png",
        "128": "img\/raindrop-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}  |  |