Bad Grammar
Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.
Что такое Bad Grammar?
Bad Grammar - это расширение Chrome, разработанное vocativinteractive, и его основная функция - "Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.".
Скачать файл CRX расширения Bad Grammar
Скачайте файлы расширений Bad Grammar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Terrorize the grammar vigilantes in your life. This Chrome extension quietly randomizes every appearance of its/it's, your/you're and there/they're/their on a webpage. Install, sit back, and light a cigar.
Основная информация о расширении
Название | Bad Grammar |
ID | londgekpgonfdkegomlndocggleeeifa |
Официальный URL | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
Описание | Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see. |
Размер файла | 17.81 KB |
Количество установок | 13 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-03-09 |
Дата публикации | 2016-03-09 |
Разработчик | vocativinteractive |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://goo.gl/SsAhv |
URL страницы помощи | https://goo.gl/SsAhv |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bad Grammar", "version": "1.0", "description": "Test the grammar vigilantes in your life by changing every appearance of its\/it's, your\/you're and there\/they're\/their they see.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |