gBuse to SIMT
Jednoduchý prográmek na import tabel z gBuse do SIMTu
Was ist gBuse to SIMT?
gBuse to SIMT ist eine Chrome-Erweiterung, die von adamzlipy entwickelt wurde, und ihr Hauptmerkmal ist "Jednoduchý prográmek na import tabel z gBuse do SIMTu".
Erweiterungsscreenshots
gBuse to SIMT-Erweiterungs-CRX-Datei herunterladen
Laden Sie gBuse to SIMT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Rozšíření umožňující načítání tabel z PNG obrázků, možnost exportování stávajících tabel. Pro vytvoření nového tabla je potřeba si otevřít prográmek gBuse, nastavit si panel do požadované podoby (zvolit cíl, linku). Poté si je jen uděláme screenshot. Je potřeba, aby screenshot obsahoval pouze plochu tabla (se všemi černými pixely okolo), ale žádné pixely navíc. Uložíme si jako png. Nyní již načteme editor a nahrajeme naše tablo.
Grundlegende Informationen zur Erweiterung
Name | gBuse to SIMT |
ID | opdlbnhpnejohdffmchokfjengjhgdob |
Offizielle URL | https://chromewebstore.google.com/detail/gbuse-to-simt/opdlbnhpnejohdffmchokfjengjhgdob |
Beschreibung | Jednoduchý prográmek na import tabel z gBuse do SIMTu |
Dateigröße | 10.1 KB |
Installationsanzahl | 207 |
Aktuelle Version | 2.0.2 |
Letztes Update | 2024-01-24 |
Veröffentlichungsdatum | 2024-01-24 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | adamzlipy |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "gBuse to SIMT", "version": "2.0.2", "description": "Jednoduch\u00fd progr\u00e1mek na import tabel z gBuse do SIMTu", "content_scripts": [ { "matches": [ "https:\/\/*.simt.cz\/app\/buse\/?id*", "https:\/\/*.simt-mhd.net\/app\/buse\/?id*" ], "css": [ "style2.css" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |