Gradelicious

Gradelicious Extension for Chrome

Что такое Gradelicious?

Gradelicious - это расширение Chrome, разработанное https://gradelicious.com, и его основная функция - "Gradelicious Extension for Chrome".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Gradelicious

Скачайте файлы расширений Gradelicious в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Super easy and efficient grading for Google DriveTM and your Google ClassroomTM. 

Gradelicious incorporates a Rubric grading panel that displays beside any shared GoogleTM document types, including; Docs, Sheets, Slides, Drawings, Forms and PDFs.

Move through piles of student documents in a highly efficient and focused manner. Spend your time on grading, instead of file management, copying, pasting and figuring out how to best share your results.                    

Основная информация о расширении

Название Gradelicious Gradelicious
ID gmncfbkfngfechceeipjefcffmoimljb
Официальный URL https://chromewebstore.google.com/detail/gradelicious/gmncfbkfngfechceeipjefcffmoimljb
Описание Gradelicious Extension for Chrome
Размер файла 122 KB
Количество установок 297
Текущая Версия 2.0.4
Последнее Обновление 2015-10-14
Дата публикации 2015-10-13
Рейтинг 2.50/5 Всего 8 оценок
Разработчик https://gradelicious.com
Тип оплаты free
Официальный сайт расширения https://gradelicious.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "web_accessible_resources": [
        "favicon.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "gl-x.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "description": "Gradelicious Extension for Chrome",
    "name": "Gradelicious",
    "permissions": [
        "https:\/\/gradelicious\/*",
        "storage"
    ],
    "short_name": "Gradelicious",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "38": "icon38.png"
        },
        "default_title": "Gradelicious - The Best Way To Grade",
        "default_popup": "popup.html"
    },
    "version": "2.0.4"
}