Chale Keyboard
This Chrome extension lets you type your local language's special characters
什么是Chale Keyboard?
Chale Keyboard是由https://chalekeyboard.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension lets you type your local language's special characters”。
扩展截图
下载Chale Keyboard扩展crx文件
下载Chale Keyboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The latest updates to the Chale Keyboard Chrome extension brings the following improvements: - Inclusion of missing uppercase characters of ɤ, ʣ and ʦ - Support for the new Microsoft Edge browser What's New? - Bug fix to remove redundant pop-up alert
扩展基本信息
名称 | Chale Keyboard |
ID | mlolgifhdacdabjbgpaggbgcjemejhji |
官方URL | https://chromewebstore.google.com/detail/chale-keyboard/mlolgifhdacdabjbgpaggbgcjemejhji |
简介 | This Chrome extension lets you type your local language's special characters |
文件大小 | 281 KB |
安装次数 | 45 |
当前版本 | 0.1.6 |
更新时间 | 2020-12-15 |
上架时间 | 2017-10-13 |
评分 | 5.00/5 共2次评分 |
开发者 | https://chalekeyboard.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chale Keyboard", "version": "0.1.6", "manifest_version": 2, "description": "This Chrome extension lets you type your local language's special characters", "homepage_url": "https:\/\/play.google.com\/store\/apps\/details?id=com.chale.android.softkeyboard", "icons": { "16": "icons\/chale_16.png", "48": "icons\/chale_48.png", "128": "icons\/chale_128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/chale_128.png", "default_popup": "chale_popup.html" }, "permissions": [ "activeTab" ] } |