Rain Tab

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

Apa itu Rain Tab?

Rain Tab adalah ekstensi Chrome yang dikembangkan oleh danielckesler, dan fitur utamanya adalah "Replaces new tab with rain, a light, and a clock. That's what you get.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rain Tab

Unduh file ekstensi Rain Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Rain Tab Rain Tab
ID jlaalbcacighlmcfgggnkloahkohfddl
URL Resmi https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl
Deskripsi Replaces new tab with rain, a light, and a clock. That's what you get.
Ukuran File 363 KB
Jumlah Instalasi 143
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2015-02-11
Tanggal Publikasi 2015-02-11
Penilaian 4.74/5 Total 19 Penilaian
Pengembang danielckesler
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}