Accent Press
Accent Press is a simple Chrome Extension that allows you to easily write accents.
Что такое Accent Press?
Accent Press - это расширение Chrome, разработанное 3Webs, и его основная функция - "Accent Press is a simple Chrome Extension that allows you to easily write accents.".
Снимки экрана расширения
Скачать файл CRX расширения Accent Press
Скачайте файлы расширений Accent Press в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Accent Press |
ID | nfcdcdoegfnidkeldipgmhbabmndlhbf |
Официальный URL | https://chromewebstore.google.com/detail/accent-press/nfcdcdoegfnidkeldipgmhbabmndlhbf |
Описание | Accent Press is a simple Chrome Extension that allows you to easily write accents. |
Размер файла | 35.82 KB |
Количество установок | 1,252 |
Текущая Версия | 1.4.1 |
Последнее Обновление | 2024-02-20 |
Дата публикации | 2021-09-23 |
Рейтинг | 4.20/5 Всего 5 оценок |
Разработчик | 3Webs |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/OpenSchooling/AccentPress |
URL страницы помощи | https://github.com/OpenSchooling/AccentPress/issues |
Поддерживаемые языки | 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": [ " |