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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Comfort On-Screen Keyboard Pro Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |