UHC Display
This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).
Qu'est-ce que UHC Display ?
UHC Display est une extension Chrome développée par alexcbeals, et sa fonction principale est "This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UHC Display
Téléchargez les fichiers d'extension UHC Display 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
This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit). You can either type in your current location, or let your computer auto-calculate your difference from UTC time, and it will automatically alter the times for upcoming matches for your location, making it easier to see what games are upcoming at a moment's notice. Additional features include being able to change from military time to 12-hour-time, and removing the "UTC" time zone abbreviation ending.
Informations de Base sur l'Extension
Nom | UHC Display |
ID | fhahdfchkjkffjjlgaejkobfjgcpdcll |
URL Officiel | https://chromewebstore.google.com/detail/uhc-display/fhahdfchkjkffjjlgaejkobfjgcpdcll |
Description | This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit). |
Taille du Fichier | 175 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2014-04-08 |
Date de Publication | 2014-04-08 |
Évaluation | 4.69/5 Total 16 Évaluations |
Développeur | alexcbeals |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UHC Display", "version": "1.1.0", "description": "This extension converts UTC time text to the time format for your area (only on the \/r\/ultrahardcore subreddit).", "icons": { "16": "img\/app16.png", "48": "img\/app48.png", "128": "img\/app128.png" }, "content_scripts": [ { "js": [ "fixdate.js" ], "matches": [ "*:\/\/www.reddit.com\/r\/ultrahardcore\/*", "http:\/\/paralleluhc.net\/calendar\/" ], "exclude_globs": [ "*:\/\/www.reddit.com\/r\/ultrahardcore\/submit*" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ "storage", "http:\/\/api.wolframalpha.com\/*" ], "signature": "Alex Beals copyright 2014" } |