gBuse to SIMT

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

Qu'est-ce que gBuse to SIMT ?

gBuse to SIMT est une extension Chrome développée par adamzlipy, et sa fonction principale est "Jednoduchý prográmek na import tabel z gBuse do SIMTu".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension gBuse to SIMT

Téléchargez les fichiers d'extension gBuse to SIMT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom gBuse to SIMT gBuse to SIMT
ID opdlbnhpnejohdffmchokfjengjhgdob
URL Officiel https://chromewebstore.google.com/detail/gbuse-to-simt/opdlbnhpnejohdffmchokfjengjhgdob
Description Jednoduchý prográmek na import tabel z gBuse do SIMTu
Taille du Fichier 10.1 KB
Nombre d'Installations 207
Version Actuelle 2.0.2
Dernière Mise à Jour 2024-01-24
Date de Publication 2024-01-24
Évaluation 3.00/5 Total 1 Évaluations
Développeur adamzlipy
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}