Upper Lower - text case converter
Change a text to uppercase and lowercase quickly and easily
Что такое Upper Lower - text case converter?
Upper Lower - text case converter - это расширение Chrome, разработанное https://hectorvaldes.dev, и его основная функция - "Change a text to uppercase and lowercase quickly and easily".
Снимки экрана расширения
Скачать файл CRX расширения Upper Lower - text case converter
Скачайте файлы расширений Upper Lower - text case converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The extension is very easy to use: - Copy a text and paste it into the extension box. - Press the button according to how you want it (Uppercase, Lowercase, Capitalize or Capitalize All). - The extension will automatically select the result for you to copy. - Done, paste it wherever you want.
Основная информация о расширении
Название | Upper Lower - text case converter |
ID | clhpelfcjphahimcabjdabcocdnphnfe |
Официальный URL | https://chromewebstore.google.com/detail/upper-lower-text-case-con/clhpelfcjphahimcabjdabcocdnphnfe |
Описание | Change a text to uppercase and lowercase quickly and easily |
Размер файла | 29.92 KB |
Количество установок | 130 |
Текущая Версия | 1.4.1 |
Последнее Обновление | 2024-02-29 |
Дата публикации | 2022-07-30 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://hectorvaldes.dev |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://hectorvaldes.dev/ |
URL страницы помощи | https://hectorvaldes.dev/#contacto |
URL страницы политики конфиденциальности | https://hectorvaldes.dev/privacy-policy-upper-lower |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upper Lower - text case converter", "description": "Change a text to uppercase and lowercase quickly and easily", "version": "1.4.1", "action": { "default_popup": "popup.html", "default_title": "Paste the text and convert it", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "permissions": [ "contextMenus", "activeTab", "scripting" ], "icons": { "16": "\/images\/get_started16.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "background": { "service_worker": "bg.js" }, "manifest_version": 3, "author": "Mushroom Dev" } |