Polar Clock

A really awesome clock.

什麼是Polar Clock?

Polar Clock是由http://theawesomecoder61.github.io/Polar-Clock開發的Chrome擴展程式,該擴展的主要功能是“A really awesome clock.”。

擴展截圖

screenshot

下載Polar Clock擴展crx文件

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