Gujarati Inscript keyboard for Chrome OS
Useful for Chrome OS Users
What is Gujarati Inscript keyboard for Chrome OS?
Gujarati Inscript keyboard for Chrome OS is a Chrome extension developed by rehan.pathanhcg, and its main feature is "Useful for Chrome OS Users".
Extension Screenshots
Download Gujarati Inscript keyboard for Chrome OS Extension CRX File
Download Gujarati Inscript keyboard for Chrome OS 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
It is use to enable Inscript gujarati input keyboard in Chrome OS. Using this extension you can type in gujarati language in google doc as well as in writer odt file in chrome OS.
Extension Basic Information
Name | Gujarati Inscript keyboard for Chrome OS |
ID | ambmfodpaginalonphlmmknclgdmlgho |
Official URL | https://chromewebstore.google.com/detail/gujarati-inscript-keyboar/ambmfodpaginalonphlmmknclgdmlgho |
Description | Useful for Chrome OS Users |
File Size | 19.39 KB |
Installation Count | 187 |
Current Version | 1.0 |
Last Updated | 2023-03-17 |
Publish Date | 2023-03-16 |
Developer | rehan.pathanhcg |
[email protected] | |
Payment Type | free |
Supported Languages | gu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gujarati Inscript keyboard for Chrome OS", "version": "1.0", "description": "Useful for Chrome OS Users ", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "input" ], "input_components": [ { "name": "Gujarati Inscript", "type": "ime", "id": "all-xkb-layouts-in(guj)", "language": [ "gu" ], "layouts": [ "in(guj)" ] } ] } |