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
官方網址 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
}