Weathery Mood
Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.
Co je Weathery Mood?
Weathery Mood je rozšíření Chrome vyvinuté Nicholas, a jeho hlavní funkcí je „Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Weathery Mood
Stáhněte si soubory rozšíření Weathery Mood 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í
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!
Základní Informace o Rozšíření
Název | |
ID | impipmibdfkmmalbmhhmdboepmghkbkk |
Oficiální URL | https://chrome.google.com/webstore/detail/weathery-mood/impipmibdfkmmalbmhhmdboepmghkbkk |
Popis | Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city. |
Velikost souboru | 49.32 KB |
Počet instalací | 116 |
Aktuální Verze | 0.2.1 |
Poslední Aktualizace | 2018-10-05 |
Datum Vydání | 2018-10-05 |
Hodnocení | 4.60/5 Celkem 10 Hodnocení |
Vývojář | Nicholas |
Typ Platby | free |
Podporované Jazyky | 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" ] } |