Focus for Canvas - Remove the blur
Removes the annoying blur (and the stupid message) from your grades in Canvas.
Что такое Focus for Canvas - Remove the blur?
Focus for Canvas - Remove the blur - это расширение Chrome, разработанное Everest O, и его основная функция - "Removes the annoying blur (and the stupid message) from your grades in Canvas.".
Снимки экрана расширения
Скачать файл CRX расширения Focus for Canvas - Remove the blur
Скачайте файлы расширений Focus for Canvas - Remove the blur в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Ever been using the LMS website Canvas and got annoyed because it blurred out your grades after browsing for a while? This extension is the fix for you. This extension runs when you load Canvas and removes the blur effect from your grades, letting you see how well you did on that history paper or math homework clearly.
Основная информация о расширении
Название | ![]() |
ID | ihdpcfonbpkbbkmfbefahelibpmlmfie |
Официальный URL | https://chrome.google.com/webstore/detail/focus-for-canvas-remove-t/ihdpcfonbpkbbkmfbefahelibpmlmfie |
Описание | Removes the annoying blur (and the stupid message) from your grades in Canvas. |
Размер файла | 3.67 KB |
Количество установок | 62 |
Текущая Версия | 4.5 |
Последнее Обновление | 2020-01-31 |
Дата публикации | 2020-01-31 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | Everest O |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus for Canvas - Remove the blur", "short_name": "Focus for Canvas", "author": "Everest Oreizy", "version": "4.5", "manifest_version": 2, "description": "Removes the annoying blur (and the stupid message) from your grades in Canvas.", "permissions": [ "activeTab", "tabs", "https:\/\/*.instructure.com\/*" ], "browser_action": { "default_title": "Focus for Canvas" }, "background": { "scripts": [ "script2.js" ], "persistent": false } } |