Accent Mark Helper
A simple extension that helps a user type letters with accent marks.
O que é Accent Mark Helper?
Accent Mark Helper é uma extensão do Chrome desenvolvida por tonyanzianodev, e sua principal característica é "A simple extension that helps a user type letters with accent marks.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Accent Mark Helper
Baixe arquivos de extensão Accent Mark Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Accent Mark Helper |
ID | agiajnicdlbknfiicjgbadnokajhogoj |
URL Oficial | https://chromewebstore.google.com/detail/accent-mark-helper/agiajnicdlbknfiicjgbadnokajhogoj |
Descrição | A simple extension that helps a user type letters with accent marks. |
Tamanho do Arquivo | 9.39 KB |
Contagem de Instalações | 98 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-04-07 |
Data de Publicação | 2022-12-10 |
Desenvolvedor | tonyanzianodev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |