Funkyclock

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

Funkyclock là gì?

Funkyclock là một tiện ích mở rộng Chrome được phát triển bởi @E#i°, và tính năng chính của nó là "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Funkyclock

Tải xuống các tệp mở rộng Funkyclock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]             
||||||||||||||||||||||||||||||||||                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Funkyclock Funkyclock
ID ggpobnbdcojcgdhgdfflnhcfpcpigeoj
URL Chính Thức https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj
Mô tả Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Kích Thước Tệp 405 KB
Số Lần Cài Đặt 199
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.30/5 Tổng số 10 Đánh Giá
Nhà Phát Triển @E#i°
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}