Weathery Mood
Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.
Was ist Weathery Mood?
Weathery Mood ist eine Chrome-Erweiterung, die von Nicholas entwickelt wurde, und ihr Hauptmerkmal ist "Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.".
Erweiterungsscreenshots
Weathery Mood-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weathery Mood-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
Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city. If you feel that our extension is helpful for you, please give us five stars! Thanks!
Grundlegende Informationen zur Erweiterung
Name | |
ID | impipmibdfkmmalbmhhmdboepmghkbkk |
Offizielle URL | https://chrome.google.com/webstore/detail/weathery-mood/impipmibdfkmmalbmhhmdboepmghkbkk |
Beschreibung | Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city. |
Dateigröße | 49.32 KB |
Installationsanzahl | 116 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2018-10-05 |
Veröffentlichungsdatum | 2018-10-05 |
Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
Entwickler | Nicholas |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "background", "geolocation", "storage" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "weatherymood 2018", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/icon-48.png" ] } |