Rain Tab

Replaces new tab with rain, a light, and a clock. That's what you get.

Wat is Rain Tab?

Rain Tab is een Chrome-extensie ontwikkeld door danielckesler, en de belangrijkste functie is "Replaces new tab with rain, a light, and a clock. That's what you get.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rain Tab

Download Rain Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        For those of us who enjoy a good rain, but just can't get outside to see one. jQuery, CSS Animation, Canvas, AngularJS.                    

Basisinformatie over de Extensie

Naam Rain Tab Rain Tab
ID jlaalbcacighlmcfgggnkloahkohfddl
Officiële URL https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl
Beschrijving Replaces new tab with rain, a light, and a clock. That's what you get.
Bestandsgrootte 363 KB
Aantal Installaties 143
Huidige Versie 0.0.7
Laatst Bijgewerkt 2015-02-11
Publicatiedatum 2015-02-11
Beoordeling 4.74/5 Totaal 19 Beoordelingen
Ontwikkelaar danielckesler
Betalingswijze free
Ondersteunde Talen 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"
    }
}