Weathery Mood
Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.
Τι είναι το Weathery Mood;
Το Weathery Mood είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nicholas, και η κύρια λειτουργία του είναι "Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Weathery Mood
Λήψη αρχείων επέκτασης Weathery Mood σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | impipmibdfkmmalbmhhmdboepmghkbkk |
Επίσημο URL | https://chrome.google.com/webstore/detail/weathery-mood/impipmibdfkmmalbmhhmdboepmghkbkk |
Περιγραφή | Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city. |
Μέγεθος Αρχείου | 49.32 KB |
Αριθμός Εγκαταστάσεων | 116 |
Τρέχουσα Έκδοση | 0.2.1 |
Τελευταία Ενημέρωση | 2018-10-05 |
Ημερομηνία Δημοσίευσης | 2018-10-05 |
Αξιολόγηση | 4.60/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | Nicholas |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |