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

UVa Quick Access Tool란 무엇입니까?

UVa Quick Access Tool은(는) lamphanviet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "[Tool for UVa Online Judge] This tool helps you quick access to the live judge, submissions, quick submit form and problem details"입니다.

확장 프로그램 스크린샷

screenshot

UVa Quick Access Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 UVa Quick Access Tool UVa Quick Access Tool
ID ohmmnbcombfdichbnnlhkijfdmkgllhe
공식 URL https://chromewebstore.google.com/detail/uva-quick-access-tool/ohmmnbcombfdichbnnlhkijfdmkgllhe
설명 [Tool for UVa Online Judge] This tool helps you quick access to the live judge, submissions, quick submit form and problem details
파일 크기 54.93 KB
설치 횟수 300
현재 버전 1.1.3
최근 업데이트 2016-10-08
출시 날짜 2016-10-08
평점 3.78/5 총 9 개의 평점
개발자 lamphanviet
결제 유형 free
확장 프로그램 웹 사이트 http://lamphanviet.com/
도움말 페이지 URL http://umt.boocode.com/
지원되는 언어 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'"
}