CAT4Web
CAT4Web - CAT features on the Web!
Hvad er CAT4Web?
CAT4Web er en Chrome-udvidelse udviklet af https://cat4web.r8acc.ru, og dens hovedfunktion er "CAT4Web - CAT features on the Web!".
Udvidelsesskærmbilleder
Download CAT4Web-udvidelses-CRX-fil
Download CAT4Web-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Приложение для синхронизации радиолюбительского трансивера и WebSDR. Для функционирования расширения необходимо так же скачать и установить программу: https://cat4web.r8acc.ru/files/CAT4Web.exe Инструкция по настройке можно прочитать на сайте https://cat4web.r8acc.ru/
Grundlæggende oplysninger om udvidelsen
Navn | CAT4Web |
ID | knnchfmlohokkabfmpcjhiiegkpnfmen |
Officiel URL | https://chromewebstore.google.com/detail/cat4web/knnchfmlohokkabfmpcjhiiegkpnfmen |
Beskrivelse | CAT4Web - CAT features on the Web! |
Filstørrelse | 16.56 KB |
Antal Installationer | 449 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2018-09-27 |
Udgivelsesdato | 2018-09-27 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | https://cat4web.r8acc.ru |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } |