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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } } |