CAT4Web
CAT4Web - CAT features on the Web!
What is CAT4Web?
CAT4Web is a Chrome extension developed by https://cat4web.r8acc.ru, and its main feature is "CAT4Web - CAT features on the Web!".
Extension Screenshots
Download CAT4Web Extension CRX File
Download CAT4Web 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
Приложение для синхронизации радиолюбительского трансивера и WebSDR. Для функционирования расширения необходимо так же скачать и установить программу: https://cat4web.r8acc.ru/files/CAT4Web.exe Инструкция по настройке можно прочитать на сайте https://cat4web.r8acc.ru/
Extension Basic Information
Name | CAT4Web |
ID | knnchfmlohokkabfmpcjhiiegkpnfmen |
Official URL | https://chromewebstore.google.com/detail/cat4web/knnchfmlohokkabfmpcjhiiegkpnfmen |
Description | CAT4Web - CAT features on the Web! |
File Size | 16.56 KB |
Installation Count | 449 |
Current Version | 0.1.2 |
Last Updated | 2018-09-27 |
Publish Date | 2018-09-27 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://cat4web.r8acc.ru |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |