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
官方URL 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"
    }
}