gBuse to SIMT

Jednoduchý prográmek na import tabel z gBuse do SIMTu

Wat is gBuse to SIMT?

gBuse to SIMT is een Chrome-extensie ontwikkeld door adamzlipy, en de belangrijkste functie is "Jednoduchý prográmek na import tabel z gBuse do SIMTu".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie gBuse to SIMT

Download gBuse to SIMT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam gBuse to SIMT gBuse to SIMT
ID opdlbnhpnejohdffmchokfjengjhgdob
Officiële URL https://chromewebstore.google.com/detail/gbuse-to-simt/opdlbnhpnejohdffmchokfjengjhgdob
Beschrijving Jednoduchý prográmek na import tabel z gBuse do SIMTu
Bestandsgrootte 10.1 KB
Aantal Installaties 207
Huidige Versie 2.0.2
Laatst Bijgewerkt 2024-01-24
Publicatiedatum 2024-01-24
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar adamzlipy
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}