Rain Tab
Replaces new tab with rain, a light, and a clock. That's what you get.
Hvad er Rain Tab?
Rain Tab er en Chrome-udvidelse udviklet af danielckesler, og dens hovedfunktion er "Replaces new tab with rain, a light, and a clock. That's what you get.".
Udvidelsesskærmbilleder
Download Rain Tab-udvidelses-CRX-fil
Download Rain Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
For those of us who enjoy a good rain, but just can't get outside to see one. jQuery, CSS Animation, Canvas, AngularJS.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jlaalbcacighlmcfgggnkloahkohfddl |
Officiel URL | https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl |
Beskrivelse | Replaces new tab with rain, a light, and a clock. That's what you get. |
Filstørrelse | 363 KB |
Antal Installationer | 143 |
Nuværende Version | 0.0.7 |
Senest Opdateret | 2015-02-11 |
Udgivelsesdato | 2015-02-11 |
Bedømmelse | 4.74/5 Samlet 19 Bedømmelser |
Udvikler | danielckesler |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |