Polar Clock
A really awesome clock.
Qu'est-ce que Polar Clock ?
Polar Clock est une extension Chrome développée par http://theawesomecoder61.github.io/Polar-Clock, et sa fonction principale est "A really awesome clock.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Polar Clock
Téléchargez les fichiers d'extension Polar Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | amnkkcdglhdjnfjmhmahdhimhogldmlo |
URL Officiel | https://chrome.google.com/webstore/detail/polar-clock/amnkkcdglhdjnfjmhmahdhimhogldmlo |
Description | A really awesome clock. |
Taille du Fichier | 699 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2017-02-07 |
Date de Publication | 2017-02-07 |
Évaluation | 4.40/5 Total 5 Évaluations |
Développeur | http://theawesomecoder61.github.io/Polar-Clock |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://tac61.webstarts.com |
URL de la Page d'Aide | http://tac61.webstarts.com |
Langues Prises en Charge | 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 } } |