uTools beta
A port of uTools(firefox extension) to Chrome - Because lazyness is better
uTools beta क्या है?
uTools beta dmr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A port of uTools(firefox extension) to Chrome - Because lazyness is better"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में uTools beta एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |