Accent Mark Helper
A simple extension that helps a user type letters with accent marks.
什么是Accent Mark Helper?
Accent Mark Helper是由tonyanzianodev开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that helps a user type letters with accent marks.”。
扩展截图
下载Accent Mark Helper扩展crx文件
下载Accent Mark Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows the user to easily type accented characters by typing the un-accented letter followed by a sequence of forward slashes. The extension recognizes the sequence and replaces it with the desired accented letter. For example, if the user types "a/" it will be converted to "à". This works very similarly to Babbel.com's accent typing feature.
扩展基本信息
名称 | Accent Mark Helper |
ID | agiajnicdlbknfiicjgbadnokajhogoj |
官方URL | https://chromewebstore.google.com/detail/accent-mark-helper/agiajnicdlbknfiicjgbadnokajhogoj |
简介 | A simple extension that helps a user type letters with accent marks. |
文件大小 | 9.39 KB |
安装次数 | 98 |
当前版本 | 1.0.1 |
更新时间 | 2023-04-07 |
上架时间 | 2022-12-10 |
开发者 | tonyanzianodev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accent Mark Helper", "version": "1.0.1", "manifest_version": 3, "description": "A simple extension that helps a user type letters with accent marks.", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "exclude_globs": [ "https:\/\/*.babbel.com\/*" ], "js": [ "src\/keypressListener.js" ] } ], "icons": { "128": "src\/128x128-icon.png" } } |