Accent Mark Helper
A simple extension that helps a user type letters with accent marks.
Wat is Accent Mark Helper?
Accent Mark Helper is een Chrome-extensie ontwikkeld door tonyanzianodev, en de belangrijkste functie is "A simple extension that helps a user type letters with accent marks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Accent Mark Helper
Download Accent Mark Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Accent Mark Helper |
ID | agiajnicdlbknfiicjgbadnokajhogoj |
Officiële URL | https://chromewebstore.google.com/detail/accent-mark-helper/agiajnicdlbknfiicjgbadnokajhogoj |
Beschrijving | A simple extension that helps a user type letters with accent marks. |
Bestandsgrootte | 9.39 KB |
Aantal Installaties | 98 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-04-07 |
Publicatiedatum | 2022-12-10 |
Ontwikkelaar | tonyanzianodev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |