Funkyclock

Displays the current time and date in different exceptional ways. Also provides a unique alarm function

Funkyclockとは何ですか?

Funkyclockは@E#i°によって開発されたChromeの拡張機能で、その主な機能は「Displays the current time and date in different exceptional ways. Also provides a unique alarm function」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Funkyclock拡張機能のCRXファイルをダウンロード

Funkyclock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension represents a digital clock which displays the current time and date. It's customizable and contains some nice animations and styles. Just try it out!

For all who just want to enjoy the browsing and not constantly see the time.

||||||||||||||||||||||||||||||||||
Following languages ​​are supported:         
  ||| English                                                   
  ||| Deutsch                                           
  ||| Français           
  ||| Italiano             
  ||| Español             
  ||| Suomi  
  ||| Norske
  ||| Svenskt
  ||| Dansk
  ||| Nederlands

Feedback and improvement suggestions:    
  ||| [email protected]             
||||||||||||||||||||||||||||||||||                    

拡張機能の基本情報

名前 Funkyclock Funkyclock
ID ggpobnbdcojcgdhgdfflnhcfpcpigeoj
公式URL https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj
説明 Displays the current time and date in different exceptional ways. Also provides a unique alarm function
ファイルサイズ 405 KB
インストール数 199
現在のバージョン 2.1
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.30/5 合計 10 レビュー
開発者 @E#i°
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Funkyclock",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Displays the current time and date in different exceptional ways. Also provides a unique alarm function",
    "browser_action": {
        "default_icon": "funkyclock.png",
        "default_popup": "funkyclock.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "sandbox": {
        "pages": [
            "raphael.js"
        ]
    },
    "permissions": [
        "notifications",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icons\/funkyclocksmall.png",
        "48": "icons\/funkyclockmedium.png",
        "128": "icons\/funkyclockbig.png"
    },
    "offline_enabled": true
}