Fix my Title
Enter your title and it will be corrected as you type!
Что такое Fix my Title?
Fix my Title - это расширение Chrome, разработанное https://tylucaskelley.com, и его основная функция - "Enter your title and it will be corrected as you type!".
Снимки экрана расширения
Скачать файл CRX расширения Fix my Title
Скачайте файлы расширений Fix my Title в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.
Основная информация о расширении
Название | |
ID | cbaagoaigiobmonebiebljfnkekfpkif |
Официальный URL | https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif |
Описание | Enter your title and it will be corrected as you type! |
Размер файла | 108 KB |
Количество установок | 20 |
Текущая Версия | 1.2 |
Последнее Обновление | 2014-11-13 |
Дата публикации | 2014-11-13 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://tylucaskelley.com |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/tylucaskelley/fix-my-title |
URL страницы помощи | https://github.com/tylucaskelley/fix-my-title |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix my Title", "description": "Enter your title and it will be corrected as you type!", "version": "1.2", "icons": { "128": "img\/icon.png" }, "browser_action": { "default_title": "Fix my Title", "default_icon": "img\/icon.png", "default_popup": "index.html" } } |