Grammatip Correct
Get all your answers correct!
Что такое Grammatip Correct?
Grammatip Correct - это расширение Chrome, разработанное Meep, и его основная функция - "Get all your answers correct!".
Скачать файл CRX расширения Grammatip Correct
Скачайте файлы расширений Grammatip Correct в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Activate on the grammatip.com results page (the one with the thumbs up/down) and get all your results correct! (Only visual, they don't actually register as correct)
Основная информация о расширении
Название | |
ID | mbefcifgnfnfmhggiheliagkpkpalljn |
Официальный URL | https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn |
Описание | Get all your answers correct! |
Размер файла | 20.18 KB |
Количество установок | 359 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-08-14 |
Дата публикации | 2017-08-14 |
Рейтинг | 2.20/5 Всего 5 оценок |
Разработчик | Meep |
Тип оплаты | free |
Поддерживаемые языки | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grammatip Correct", "description": "Get all your answers correct!", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Grammatip Correct" }, "content_scripts": [ { "matches": [ "https:\/\/meebook.com\/mine-forloeb\/*" ], "js": [ "pageGetter.js" ] } ], "permissions": [ "https:\/\/meebook.com\/mine-forloeb\/*", "tabs", "activeTab" ] } |