Polar Clock
A really awesome clock.
Polar Clock là gì?
Polar Clock là một tiện ích mở rộng Chrome được phát triển bởi http://theawesomecoder61.github.io/Polar-Clock, và tính năng chính của nó là "A really awesome clock.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Polar Clock
Tải xuống các tệp mở rộng Polar Clock 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | amnkkcdglhdjnfjmhmahdhimhogldmlo |
URL Chính Thức | https://chrome.google.com/webstore/detail/polar-clock/amnkkcdglhdjnfjmhmahdhimhogldmlo |
Mô tả | A really awesome clock. |
Kích Thước Tệp | 699 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2017-02-07 |
Ngày Phát Hành | 2017-02-07 |
Đánh Giá | 4.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://theawesomecoder61.github.io/Polar-Clock |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tac61.webstarts.com |
URL Trang Trợ Giúp | http://tac61.webstarts.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |