gBuse to SIMT

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

What is gBuse to SIMT?

gBuse to SIMT is a Chrome extension developed by adamzlipy, and its main feature is "Jednoduchý prográmek na import tabel z gBuse do SIMTu".

Extension Screenshots

screenshot
screenshot
screenshot

Download gBuse to SIMT Extension CRX File

Download gBuse to SIMT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name gBuse to SIMT gBuse to SIMT
ID opdlbnhpnejohdffmchokfjengjhgdob
Official URL https://chromewebstore.google.com/detail/gbuse-to-simt/opdlbnhpnejohdffmchokfjengjhgdob
Description Jednoduchý prográmek na import tabel z gBuse do SIMTu
File Size 10.1 KB
Installation Count 207
Current Version 2.0.2
Last Updated 2024-01-24
Publish Date 2024-01-24
Rating 3.00/5 Total 1 Ratings
Developer adamzlipy
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}