Grammer Ungooder
Fix all that pesky 'correct' grammer
Что такое Grammer Ungooder?
Grammer Ungooder - это расширение Chrome, разработанное ianfox, и его основная функция - "Fix all that pesky 'correct' grammer".
Снимки экрана расширения
Скачать файл CRX расширения Grammer Ungooder
Скачайте файлы расширений Grammer Ungooder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Do you ever think the internet can't possibly be any stupider? Prove yourself wrong with this handy app that takes words that have more than one common spelling and swaps them at random!
Основная информация о расширении
Название | Grammer Ungooder |
ID | dnefmfcaboiimmkibdjbnciggbfpeeco |
Официальный URL | https://chromewebstore.google.com/detail/grammer-ungooder/dnefmfcaboiimmkibdjbnciggbfpeeco |
Описание | Fix all that pesky 'correct' grammer |
Размер файла | 48.14 KB |
Количество установок | 9,127 |
Текущая Версия | 1.2 |
Последнее Обновление | 2016-03-29 |
Дата публикации | 2016-03-28 |
Рейтинг | 3.76/5 Всего 29 оценок |
Разработчик | ianfox |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grammer Ungooder", "version": "1.2", "description": "Fix all that pesky 'correct' grammer", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |