uTools beta
A port of uTools(firefox extension) to Chrome - Because lazyness is better
uTools beta란 무엇입니까?
uTools beta은(는) dmr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A port of uTools(firefox extension) to Chrome - Because lazyness is better"입니다.
확장 프로그램 스크린샷
uTools beta 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
uTools for chrome is a refined and limited version of uTools for the online game Utopia. -- 25th February 2013 -- Compatible with age of Relentless Onslaught -- 6th September 2012 Update -- Latest version has working options selection. **Now compatible with Veil of Shadows** **update** in order to function with angel, you must use the clipboard button :) http://www.k3ltic.com/uTools uTools for chrome offer the following functionality: Improved user-driven menu sorting of kingdom page ability to tag kindgoms ability to view gains on kingdom page Display spells on throne/enchantment page MO Calculator (Modified Offense) *NEW* Tagging now on sorcery and warroom page *NEW* Option to show networth on aid page *NEW* Added a networth hightlight option on kingdom page
확장 프로그램 기본 정보
이름 | uTools beta |
ID | nkinfijoclmdbfnnhbdhfljffiocfpkm |
공식 URL | https://chromewebstore.google.com/detail/utools-beta/nkinfijoclmdbfnnhbdhfljffiocfpkm |
설명 | A port of uTools(firefox extension) to Chrome - Because lazyness is better |
파일 크기 | 121 KB |
설치 횟수 | 534 |
현재 버전 | 0.35 |
최근 업데이트 | 2013-02-25 |
출시 날짜 | 2013-02-25 |
평점 | 4.41/5 총 39 개의 평점 |
개발자 | dmr |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "uTools beta", "version": "0.35", "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "http:\/\/utopia-game.com\/wol\/*" ], "manifest_version": 2, "browser_action": { "default_icon": "icons\/statusbar_active.png", "default_title": "uTools", "default_popup": "options.html" }, "description": "A port of uTools(firefox extension) to Chrome - Because lazyness is better", "icons": { "16": "icons\/statusbar_active.png", "32": "icons\/logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/utopia-game.com\/wol\/*" ], "js": [ "utools_func.js", "utools_overlay.js", "background.js" ] } ], "web_accessible_resources": [ "icons\/statusbar_active.png", "icons\/logo.png", "icons\/ajax-loaderB.gif", "utools_func.js", "utools_overlay.js", "background.js", "options.js", "manifest.json", "include\/workers\/POST_worker.js", "include\/workers\/GET_worker.js" ] } |