Rain Tab

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

Qu'est-ce que Rain Tab ?

Rain Tab est une extension Chrome développée par danielckesler, et sa fonction principale est "Replaces new tab with rain, a light, and a clock. That's what you get.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rain Tab

Téléchargez les fichiers d'extension Rain Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Rain Tab Rain Tab
ID jlaalbcacighlmcfgggnkloahkohfddl
URL Officiel 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.
Taille du Fichier 363 KB
Nombre d'Installations 143
Version Actuelle 0.0.7
Dernière Mise à Jour 2015-02-11
Date de Publication 2015-02-11
Évaluation 4.74/5 Total 19 Évaluations
Développeur danielckesler
Type de Paiement free
Langues Prises en Charge 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"
    }
}