CAT4Web
CAT4Web - CAT features on the Web!
Wat is CAT4Web?
CAT4Web is een Chrome-extensie ontwikkeld door https://cat4web.r8acc.ru, en de belangrijkste functie is "CAT4Web - CAT features on the Web!".
Extensie Screenshots
Download het CRX-bestand van de extensie CAT4Web
Download CAT4Web-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
Приложение для синхронизации радиолюбительского трансивера и WebSDR. Для функционирования расширения необходимо так же скачать и установить программу: https://cat4web.r8acc.ru/files/CAT4Web.exe Инструкция по настройке можно прочитать на сайте https://cat4web.r8acc.ru/
Basisinformatie over de Extensie
Naam | CAT4Web |
ID | knnchfmlohokkabfmpcjhiiegkpnfmen |
Officiële URL | https://chromewebstore.google.com/detail/cat4web/knnchfmlohokkabfmpcjhiiegkpnfmen |
Beschrijving | CAT4Web - CAT features on the Web! |
Bestandsgrootte | 16.56 KB |
Aantal Installaties | 449 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2018-09-27 |
Publicatiedatum | 2018-09-27 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://cat4web.r8acc.ru |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |