DuoKB
Changes input for Duolingo without need of switching keyboard layouts.
什麼是DuoKB?
DuoKB是由Eratosthenes開發的Chrome擴展程式,該擴展的主要功能是“Changes input for Duolingo without need of switching keyboard layouts.”。
擴展截圖
下載DuoKB擴展crx文件
下載DuoKB擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Currently works only with the following languages:
Greek
Hebrew
Russian
Ukrainian 擴展基本資訊
| 名稱 | |
| ID | kpejbcdkbendicaleokecfkmmpkgkedl |
| 官方網址 | https://chromewebstore.google.com/detail/duokb/kpejbcdkbendicaleokecfkmmpkgkedl |
| 簡介 | Changes input for Duolingo without need of switching keyboard layouts. |
| 檔案大小 | 56.84 KB |
| 安裝次數 | 31 |
| 目前版本 | 0.13 |
| 更新時間 | 2023-10-15 |
| 上架時間 | 2020-12-13 |
| 開發者 | Eratosthenes |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/cdberkstresser/DuoKB |
| 說明頁面URL | https://github.com/cdberkstresser/DuoKB |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Changes input for Duolingo without need of switching keyboard layouts.",
"manifest_version": 3,
"name": "DuoKB",
"version": "0.13",
"homepage_url": "https:\/\/github.com\/cdberkstresser\/DuoKB",
"icons": {
"16": "icons\/duokb-16.png",
"32": "icons\/duokb-32.png",
"48": "icons\/duokb-48.png",
"64": "icons\/duokb-64.png",
"96": "icons\/duokb-96.png",
"128": "icons\/duokb-128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"action": {
"default_icon": "icons\/duokb-128.png",
"default_title": "DuoKB"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.duolingo.com\/*"
],
"js": [
"duokb.js",
"translations.js",
"options.js"
]
}
],
"permissions": [
"storage"
]
} | |