UVa Quick Access Tool
[Tool for UVa Online Judge] This tool helps you quick access to the live judge, submissions, quick submit form and problem details
Cos'è UVa Quick Access Tool?
UVa Quick Access Tool è un'estensione di Chrome sviluppata da lamphanviet, e la sua funzione principale è "[Tool for UVa Online Judge] This tool helps you quick access to the live judge, submissions, quick submit form and problem details".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UVa Quick Access Tool
Scarica i file di estensione UVa Quick Access Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        This is a small tool for UVa Online Judge - http://uva.onlinejudge.org/.
No need to open a new tab, just in ONE CLICK, you can:
  1. Submit your problem solution to UVa.
  2. Have detailed information of one problem: name, time limit, some statistics (best running time, number of AC/WA/TLE/RE submissions) and some useful quick links related to the problem.
  3. Watch UVa live submissions (auto updated).
  4. Keep track of submissions of a specific user (auto updated).
If you have any feedback, please send your email to address [email protected]. Any ideas will be valued.
Have fun solving problems :).
Additional information: This tool is developed based on some components of UVa Management Tool - http://umt.boocode.com/, which is also a tool for UVa Online Judge; and uHunt APIs - http://uhunt.felix-halim.net/, which provides lots of useful functions and statistics of UVa Online Judge.
Change logs:
*Version 1.1.3
 - Update user submission URL API
*Version 1.1.2
 - Add link to uDebug (http://www.udebug.com/) tool in footer.
*Version 1.1.1
 - Add new language: C++11                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | ohmmnbcombfdichbnnlhkijfdmkgllhe | 
| URL Ufficiale | https://chromewebstore.google.com/detail/uva-quick-access-tool/ohmmnbcombfdichbnnlhkijfdmkgllhe | 
| Descrizione | [Tool for UVa Online Judge] This tool helps you quick access to the live judge, submissions, quick submit form and problem details | 
| Dimensione del File | 54.93 KB | 
| Conteggio Installazioni | 300 | 
| Versione Corrente | 1.1.3 | 
| Ultimo Aggiornamento | 2016-10-08 | 
| Data di Pubblicazione | 2016-10-08 | 
| Valutazione | 3.78/5 Totale 9 Valutazioni | 
| Sviluppatore | lamphanviet | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://lamphanviet.com/ | 
| URL della Pagina di Aiuto | http://umt.boocode.com/ | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UVa Quick Access Tool",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "[Tool for UVa Online Judge] This tool helps you quick access to the live judge, submissions, quick submit form and problem details",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/uva.onlinejudge.org\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}  |  |