SeamapPlus
Erweitert die Seekarte von Escaria.com um viele nützliche Funktionen.
Co je SeamapPlus?
SeamapPlus je rozšíření Chrome vyvinuté Jodli Developement, a jeho hlavní funkcí je „Erweitert die Seekarte von Escaria.com um viele nützliche Funktionen.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SeamapPlus
Stáhněte si soubory rozšíření SeamapPlus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Dieses Add-on erweitert die Seekarte des Browsergames Escaria um viele nützliche Funktionen. Dazu gehören: Eine Weltkarte in welcher andere Inseln und NPCs eingetragen werden, die Möglichkeit andere Spieler und Gilden zu markieren, eine Seitenleiste mit Suchfunktion, die Möglichkeit Positionen auf der Karte zu speichern, und viele grafische Verbesserungen der Seekarte Genaue Infos und Support finden sich im Thread des Escaria-Forums: http://forum.escaria.com/index.php?page=Thread&threadID=8557 Changelog 2.2.4: * kleine Bugfixes * Unterstützung der https-url von texcoco
Základní Informace o Rozšíření
Název | SeamapPlus |
ID | fhpjcdjlbcijcgjdhaadjmjfabhijgmf |
Oficiální URL | https://chromewebstore.google.com/detail/seamapplus/fhpjcdjlbcijcgjdhaadjmjfabhijgmf |
Popis | Erweitert die Seekarte von Escaria.com um viele nützliche Funktionen. |
Velikost souboru | 120 KB |
Počet instalací | 50 |
Aktuální Verze | 2.2.4 |
Poslední Aktualizace | 2017-04-30 |
Datum Vydání | 2017-04-30 |
Vývojář | Jodli Developement |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/JodliDev/seamapPlus |
URL Stránky Nápovědy | http://forum.escaria.com/index.php?page=Thread&threadID=8557 |
Podporované Jazyky | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SeamapPlus", "author": "Jodli", "version": "2.2.4", "description": "Erweitert die Seekarte von Escaria.com um viele n\u00fctzliche Funktionen.", "homepage_url": "http:\/\/forum.escaria.com\/index.php?page=Thread&threadID=8557", "icons": { "128": "icons\/icon_128.png", "96": "icons\/icon_96.png", "64": "icons\/icon_64.png", "48": "icons\/icon_48.png", "32": "icons\/icon_32.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.escaria.com\/world\/client*" ], "js": [ "seamapplus2.js" ], "css": [ "seamapplus2.css" ] } ] } |