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 |
官方網址 | 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" ] } |