Funkyclock

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

Что такое Funkyclock?

Funkyclock - это расширение Chrome, разработанное @E#i°, и его основная функция - "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Funkyclock

Скачайте файлы расширений 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
}