Raining?
Learn if it's raining outside.
What is Raining??
Raining? is a Chrome extension developed by Hasan Tayyar BESIK, and its main feature is "Learn if it's raining outside.".
Extension Screenshots
Download Raining? Extension CRX File
Download Raining? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | monlelcleimbbbdmplonkokafdodknom |
Official URL | https://chrome.google.com/webstore/detail/raining/monlelcleimbbbdmplonkokafdodknom |
Description | Learn if it's raining outside. |
File Size | 39.77 KB |
Installation Count | 28 |
Current Version | 1.1 |
Last Updated | 2013-11-26 |
Publish Date | 2013-11-26 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Hasan Tayyar BESIK |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Raining?", "description": "Learn if it's raining outside.", "version": "1.1", "icons": { "128": "icon.png" }, "permissions": [ "geolocation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/rainy-today.appspot.com\/*", "https:\/\/rainy-today.appspot.com\/*" ], "browser_action": { "default_title": "Is it raining now?", "default_icon": "icon.png", "icons": [ "icon.png" ], "default_popup": "popup.html" }, "background": { "page": "background.html" } } |