CAT4Web
CAT4Web - CAT features on the Web!
Qu'est-ce que CAT4Web ?
CAT4Web est une extension Chrome développée par https://cat4web.r8acc.ru, et sa fonction principale est "CAT4Web - CAT features on the Web!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CAT4Web
Téléchargez les fichiers d'extension CAT4Web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Приложение для синхронизации радиолюбительского трансивера и WebSDR. Для функционирования расширения необходимо так же скачать и установить программу: https://cat4web.r8acc.ru/files/CAT4Web.exe Инструкция по настройке можно прочитать на сайте https://cat4web.r8acc.ru/
Informations de Base sur l'Extension
Nom | CAT4Web |
ID | knnchfmlohokkabfmpcjhiiegkpnfmen |
URL Officiel | https://chromewebstore.google.com/detail/cat4web/knnchfmlohokkabfmpcjhiiegkpnfmen |
Description | CAT4Web - CAT features on the Web! |
Taille du Fichier | 16.56 KB |
Nombre d'Installations | 449 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2018-09-27 |
Date de Publication | 2018-09-27 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://cat4web.r8acc.ru |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |