CAT4Web
CAT4Web - CAT features on the Web!
Was ist CAT4Web?
CAT4Web ist eine Chrome-Erweiterung, die von https://cat4web.r8acc.ru entwickelt wurde, und ihr Hauptmerkmal ist "CAT4Web - CAT features on the Web!".
Erweiterungsscreenshots
CAT4Web-Erweiterungs-CRX-Datei herunterladen
Laden Sie CAT4Web-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
Приложение для синхронизации радиолюбительского трансивера и WebSDR.
Для функционирования расширения необходимо так же скачать и установить программу:
https://cat4web.r8acc.ru/files/CAT4Web.exe
Инструкция по настройке можно прочитать на сайте https://cat4web.r8acc.ru/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | knnchfmlohokkabfmpcjhiiegkpnfmen |
| Offizielle URL | https://chromewebstore.google.com/detail/cat4web/knnchfmlohokkabfmpcjhiiegkpnfmen |
| Beschreibung | CAT4Web - CAT features on the Web! |
| Dateigröße | 16.56 KB |
| Installationsanzahl | 449 |
| Aktuelle Version | 0.1.2 |
| Letztes Update | 2018-09-27 |
| Veröffentlichungsdatum | 2018-09-27 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://cat4web.r8acc.ru |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
}
} | |