Floaty Color Clock

Clear time when open new tabs

What is Floaty Color Clock?

Floaty Color Clock is a Chrome extension developed by http://mikiishijima.com, and its main feature is "Clear time when open new tabs".

Extension Screenshots

screenshot
screenshot
screenshot

Download Floaty Color Clock Extension CRX File

Download Floaty Color Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # Setting
画面をクリックで設定項目を表示。設定した項目はブラウザを閉じても保持されます。

# Features

* 時計
* 地域ごとの降水確率
* 書体の変更
* 文字色の変更
* 設定項目を自動で保持                    

Extension Basic Information

Name Floaty Color Clock Floaty Color Clock
ID cdcefhaockeolpljckbhklnppdppceoi
Official URL https://chrome.google.com/webstore/detail/floaty-color-clock/cdcefhaockeolpljckbhklnppdppceoi
Description Clear time when open new tabs
File Size 863 KB
Installation Count 27
Current Version 1.1
Last Updated 2016-05-01
Publish Date 2016-05-01
Rating 5.00/5 Total 1 Ratings
Developer http://mikiishijima.com
Email [email protected]
Payment Type free
Extension Website https://github.com/woopsdez/floaty-color-clock
Help Page URL https://github.com/woopsdez/floaty-color-clock/issues
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Floaty Color Clock",
    "description": "Clear time when open new tabs",
    "version": "1.1",
    "icons": {
        "16": "assets\/img\/icons\/icon_16.png",
        "48": "assets\/img\/icons\/icon_48.png",
        "128": "assets\/img\/icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/floaty-color-clock.js",
            "assets\/js\/jp-prefecture.min.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/www.drk7.jp\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}