Rain Tab
Replaces new tab with rain, a light, and a clock. That's what you get.
What is Rain Tab?
Rain Tab is a Chrome extension developed by danielckesler, and its main feature is "Replaces new tab with rain, a light, and a clock. That's what you get.".
Extension Screenshots
Download Rain Tab Extension CRX File
Download Rain Tab 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
For those of us who enjoy a good rain, but just can't get outside to see one. jQuery, CSS Animation, Canvas, AngularJS.
Extension Basic Information
Name | |
ID | jlaalbcacighlmcfgggnkloahkohfddl |
Official URL | https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl |
Description | Replaces new tab with rain, a light, and a clock. That's what you get. |
File Size | 363 KB |
Installation Count | 143 |
Current Version | 0.0.7 |
Last Updated | 2015-02-11 |
Publish Date | 2015-02-11 |
Rating | 4.74/5 Total 19 Ratings |
Developer | danielckesler |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rain Tab", "description": "Replaces new tab with rain, a light, and a clock. That's what you get.", "version": "0.0.7", "manifest_version": 2, "permissions": [ "management" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |