Rainy night
This extension provides a nice 'rain' effect on your splash page.
Hvad er Rainy night?
Rainy night er en Chrome-udvidelse udviklet af Alexander Harding, og dens hovedfunktion er "This extension provides a nice 'rain' effect on your splash page.".
Udvidelsesskærmbilleder
Download Rainy night-udvidelses-CRX-fil
Download Rainy night-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
The rain effect is live and looks very realistic.
The app pulls rainy themed images from an imgur album that I add items to (you can change it to any imgur album, however!). Each time you open a new tab, a random image from the album will load (unless you're offline where a fallback will be used).
Please submit new images for the imgur album through the issue tracker on Github!
This app is very new, and there's lots of room for improvement! I am probably going to add support for local weather on the page, and conduct an analysis on caching data for faster load upon opening a page.
Thanks for looking! :-) Check out the project on Github if you're a developer. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pogcoeenpkpdchlmloiehcbabfkfjncf |
| Officiel URL | https://chromewebstore.google.com/detail/rainy-night/pogcoeenpkpdchlmloiehcbabfkfjncf |
| Beskrivelse | This extension provides a nice 'rain' effect on your splash page. |
| Filstørrelse | 2.68 MB |
| Antal Installationer | 1,077 |
| Nuværende Version | 0.2.2 |
| Senest Opdateret | 2014-09-15 |
| Udgivelsesdato | 2014-09-15 |
| Bedømmelse | 4.25/5 Samlet 44 Bedømmelser |
| Udvikler | Alexander Harding |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/aeharding/rainynight |
| Hjælpeside-URL | https://github.com/aeharding/rainynight/issues |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rainy night",
"icons": {
"128": "icon128.png"
},
"options_page": "options.html",
"description": "This extension provides a nice 'rain' effect on your splash page.",
"version": "0.2.2",
"chrome_url_overrides": {
"newtab": "index.html"
},
"offline_enabled": true,
"web_accessible_resources": [
"images\/*",
"bower_components\/rainyday.js\/rainyday.js",
"bower_components\/angular\/angular.js",
"index.js",
"fonts\/*",
"index.css"
]
} | |