UHC Display
This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).
Hvad er UHC Display?
UHC Display er en Chrome-udvidelse udviklet af alexcbeals, og dens hovedfunktion er "This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit).".
Udvidelsesskærmbilleder
Download UHC Display-udvidelses-CRX-fil
Download UHC Display-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | UHC Display |
ID | fhahdfchkjkffjjlgaejkobfjgcpdcll |
Officiel URL | https://chromewebstore.google.com/detail/uhc-display/fhahdfchkjkffjjlgaejkobfjgcpdcll |
Beskrivelse | This extension converts UTC time text to the time format for your area (only on the /r/ultrahardcore subreddit). |
Filstørrelse | 175 KB |
Antal Installationer | 54 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2014-04-08 |
Udgivelsesdato | 2014-04-08 |
Bedømmelse | 4.69/5 Samlet 16 Bedømmelser |
Udvikler | alexcbeals |
Betalingsmetode | free |
Understøttede Sprog | 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" } |