uTools beta

A port of uTools(firefox extension) to Chrome - Because lazyness is better

uTools betaคืออะไร?

uTools beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dmr และคุณลักษณะหลักของมันคือ "A port of uTools(firefox extension) to Chrome - Because lazyness is better"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uTools beta

ดาวน์โหลดไฟล์ส่วนขยาย uTools beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}