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是由Nicholas开发的Chrome扩展程序,该扩展的主要功能是“Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.”。
扩展截图
下载Weathery Mood扩展crx文件
下载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" ] } |