Polar Clock

A really awesome clock.

Что такое Polar Clock?

Polar Clock - это расширение Chrome, разработанное http://theawesomecoder61.github.io/Polar-Clock, и его основная функция - "A really awesome clock.".

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

screenshot

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

Скачайте файлы расширений Polar Clock в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Official website: http://theawesomecoder61.github.io/Polar-Clock

-- What is a polar clock? --
A polar clock is a really awesome clock with bars that have different representations. The innermost bar is the month and the outermost bar is the seconds. Polar Clock is a Chrome extension that shows a popup which contains the polar clock. Watch the video, it explains everything.

-- What can a polar clock tell me? --
It can tell you the time and the date.

-- How awesome is this clock? --
It's so awesome, that you should get it right now.

-- Can I use Polar Clock offline? --
Yeah!

-- Planned updates --
~ Go into version 2.0!
~ Remove "clock=awesome" from the full screen feature, although the clock is awesome

© 2014-2015 theawesomecoder61                    

Основная информация о расширении

Название Polar Clock Polar Clock
ID amnkkcdglhdjnfjmhmahdhimhogldmlo
Официальный URL https://chrome.google.com/webstore/detail/polar-clock/amnkkcdglhdjnfjmhmahdhimhogldmlo
Описание A really awesome clock.
Размер файла 699 KB
Количество установок 120
Текущая Версия 1.7
Последнее Обновление 2017-02-07
Дата публикации 2017-02-07
Рейтинг 4.40/5 Всего 5 оценок
Разработчик http://theawesomecoder61.github.io/Polar-Clock
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://tac61.webstarts.com
URL страницы помощи http://tac61.webstarts.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polar Clock",
    "version": "1.7",
    "manifest_version": 2,
    "description": "A really awesome clock.",
    "homepage_url": "http:\/\/tac61.weebly.com",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs"
    ],
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/no bg.png",
        "default_title": "Polar Clock",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/bootstrap.min.js"
        ],
        "persistent": true
    }
}