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 là gì?
UVa Quick Access Tool là một tiện ích mở rộng Chrome được phát triển bởi lamphanviet, và tính năng chính của nó là "[Tool for UVa Online Judge] This tool helps you quick access to the live judge, submissions, quick submit form and problem details".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UVa Quick Access Tool
Tải xuống các tệp mở rộng UVa Quick Access Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UVa Quick Access Tool |
ID | ohmmnbcombfdichbnnlhkijfdmkgllhe |
URL Chính Thức | https://chromewebstore.google.com/detail/uva-quick-access-tool/ohmmnbcombfdichbnnlhkijfdmkgllhe |
Mô tả | [Tool for UVa Online Judge] This tool helps you quick access to the live judge, submissions, quick submit form and problem details |
Kích Thước Tệp | 54.93 KB |
Số Lần Cài Đặt | 300 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2016-10-08 |
Ngày Phát Hành | 2016-10-08 |
Đánh Giá | 3.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | lamphanviet |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://lamphanviet.com/ |
URL Trang Trợ Giúp | http://umt.boocode.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |