CAT4Web

CAT4Web - CAT features on the Web!

Cos'è CAT4Web?

CAT4Web è un'estensione di Chrome sviluppata da https://cat4web.r8acc.ru, e la sua funzione principale è "CAT4Web - CAT features on the Web!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CAT4Web

Scarica i file di estensione CAT4Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Приложение для синхронизации радиолюбительского трансивера и WebSDR.

Для функционирования расширения необходимо так же скачать и установить программу: 
https://cat4web.r8acc.ru/files/CAT4Web.exe

Инструкция по настройке можно прочитать на сайте https://cat4web.r8acc.ru/                    

Informazioni di Base sull'Estensione

Nome CAT4Web CAT4Web
ID knnchfmlohokkabfmpcjhiiegkpnfmen
URL Ufficiale https://chromewebstore.google.com/detail/cat4web/knnchfmlohokkabfmpcjhiiegkpnfmen
Descrizione CAT4Web - CAT features on the Web!
Dimensione del File 16.56 KB
Conteggio Installazioni 449
Versione Corrente 0.1.2
Ultimo Aggiornamento 2018-09-27
Data di Pubblicazione 2018-09-27
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://cat4web.r8acc.ru
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CAT4Web",
    "description": "CAT4Web - CAT features on the Web!",
    "version": "0.1.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "CAT4Web",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        }
    }
}