Rain Tab

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

Co to jest Rain Tab?

Rain Tab to rozszerzenie Chrome opracowane przez danielckesler, a jego główną funkcją jest „Replaces new tab with rain, a light, and a clock. That's what you get.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rain Tab

Pobierz pliki rozszerzeń Rain Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Rain Tab Rain Tab
ID jlaalbcacighlmcfgggnkloahkohfddl
Oficjalny URL https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl
Opis Replaces new tab with rain, a light, and a clock. That's what you get.
Rozmiar pliku 363 KB
Liczba instalacji 143
Aktualna Wersja 0.0.7
Ostatnia Aktualizacja 2015-02-11
Data Publikacji 2015-02-11
Ocena 4.74/5 Łącznie 19 Oceny
Deweloper danielckesler
Typ Płatności free
Obsługiwane Języki 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"
    }
}