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
扩展基本信息
名称 | DuoKB |
ID | kpejbcdkbendicaleokecfkmmpkgkedl |
官方URL | 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" ] } |