Comfort On-Screen Keyboard Pro Extension
Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.
Что такое Comfort On-Screen Keyboard Pro Extension?
Comfort On-Screen Keyboard Pro Extension - это расширение Chrome, разработанное https://comfortsoftware.com, и его основная функция - "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.".
Снимки экрана расширения
Скачать файл CRX расширения Comfort On-Screen Keyboard Pro Extension
Скачайте файлы расширений Comfort On-Screen Keyboard Pro Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro (or Comfort Keys Pro) software has to be installed and running: https://www.comfortsoftware.com/on-screen-keyboard/ The first time you try the extension, reload any previously open pages before you try out the new functionality on them. System requirements: Microsoft Windows 7, Windows 8, Windows 10 and Windows 11.
Основная информация о расширении
Название | Comfort On-Screen Keyboard Pro Extension |
ID | jiahaffkmigpdgabgoeipffondmlnhdn |
Официальный URL | https://chromewebstore.google.com/detail/comfort-on-screen-keyboar/jiahaffkmigpdgabgoeipffondmlnhdn |
Описание | Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running. |
Размер файла | 24.88 KB |
Количество установок | 7,527 |
Текущая Версия | 5.1 |
Последнее Обновление | 2023-08-28 |
Дата публикации | 2020-06-05 |
Рейтинг | 2.99/5 Всего 108 оценок |
Разработчик | https://comfortsoftware.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.comfortsoftware.com/on-screen-keyboard/ |
URL страницы помощи | https://www.comfortsoftware.com/support/ |
URL страницы политики конфиденциальности | https://www.comfortsoftware.com/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "name": "Comfort On-Screen Keyboard Pro Extension", "description": "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.", "version": "5.1", "content_scripts": [ { "all_frames": true, "js": [ "ckeyboard.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "256": "icon256.png" }, "incognito": "split", "permissions": [ "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3 } |