Accent Press
Accent Press is a simple Chrome Extension that allows you to easily write accents.
Vad är Accent Press?
Accent Press är en Chrome-tillägg utvecklad av 3Webs, och dess huvudfunktion är "Accent Press is a simple Chrome Extension that allows you to easily write accents.".
Tilläggsskärmbilder
Ladda ner Accent Press-förlängningens CRX-fil
Ladda ner Accent Press-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Accent Press |
ID | nfcdcdoegfnidkeldipgmhbabmndlhbf |
Officiell webbadress | https://chromewebstore.google.com/detail/accent-press/nfcdcdoegfnidkeldipgmhbabmndlhbf |
Beskrivning | Accent Press is a simple Chrome Extension that allows you to easily write accents. |
Filstorlek | 35.82 KB |
Antal Installationer | 1,252 |
Aktuell Version | 1.4.1 |
Senast Uppdaterad | 2024-02-20 |
Publiceringsdatum | 2021-09-23 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | 3Webs |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/OpenSchooling/AccentPress |
Hjälpsida URL | https://github.com/OpenSchooling/AccentPress/issues |
Stödda Språk | 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": [ " |