Rain Tab

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

什麼是Rain Tab?

Rain Tab是由danielckesler開發的Chrome擴展程式,該擴展的主要功能是“Replaces new tab with rain, a light, and a clock. That's what you get.”。

擴展截圖

screenshot

下載Rain Tab擴展crx文件

下載Rain Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Rain Tab Rain Tab
ID jlaalbcacighlmcfgggnkloahkohfddl
官方網址 https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl
簡介 Replaces new tab with rain, a light, and a clock. That's what you get.
檔案大小 363 KB
安裝次數 143
目前版本 0.0.7
更新時間 2015-02-11
上架時間 2015-02-11
評分 4.74/5 共 19 次評分
開發者 danielckesler
付費類型 free
支援的語言 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"
    }
}