Polar Clock
A really awesome clock.
Polar Clock क्या है?
Polar Clock http://theawesomecoder61.github.io/Polar-Clock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A really awesome clock."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Polar Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } } |