Accent Press
Accent Press is a simple Chrome Extension that allows you to easily write accents.
Hvad er Accent Press?
Accent Press er en Chrome-udvidelse udviklet af 3Webs, og dens hovedfunktion er "Accent Press is a simple Chrome Extension that allows you to easily write accents.".
Udvidelsesskærmbilleder
Download Accent Press-udvidelses-CRX-fil
Download Accent Press-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
To type accents, simply hold the corresponding key on your keyboard. For example, to type è, hold the "E" key on your keyboard until you reach è. Simple! 💭 Want another language added? Is there something you think could be done better? Is there a bug? Please open an issue! It really helps to have feedback. https://github.com/OpenSchooling/AccentPress/issues 📝 Changelog: https://github.com/OpenSchooling/AccentPress/releases ❤️ Open Source: AGPL-3.0 📁 https://github.com/OpenSchooling/AccentPress
Grundlæggende oplysninger om udvidelsen
Navn | Accent Press |
ID | nfcdcdoegfnidkeldipgmhbabmndlhbf |
Officiel URL | https://chromewebstore.google.com/detail/accent-press/nfcdcdoegfnidkeldipgmhbabmndlhbf |
Beskrivelse | Accent Press is a simple Chrome Extension that allows you to easily write accents. |
Filstørrelse | 35.82 KB |
Antal Installationer | 1,252 |
Nuværende Version | 1.4.1 |
Senest Opdateret | 2024-02-20 |
Udgivelsesdato | 2021-09-23 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | 3Webs |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/OpenSchooling/AccentPress |
Hjælpeside-URL | https://github.com/OpenSchooling/AccentPress/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.4.1", "default_locale": "en", "icons": { "16": "icons\/icon16-transparent.png", "48": "icons\/icon48-transparent.png", "128": "icons\/icon128-transparent.png" }, "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_icon": { "16": "icons\/icon16-transparent.png", "48": "icons\/icon48-transparent.png", "128": "icons\/icon128-transparent.png" }, "default_popup": "html\/extension_settings.html" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ " |