Polar Clock
A really awesome clock.
Polar Clockとは何ですか?
Polar Clockはhttp://theawesomecoder61.github.io/Polar-Clockによって開発されたChromeの拡張機能で、その主な機能は「A really awesome clock.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } } |