Gradelicious

Gradelicious Extension for Chrome

什麼是Gradelicious?

Gradelicious是由https://gradelicious.com開發的Chrome擴展程式,該擴展的主要功能是“Gradelicious Extension for Chrome”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Gradelicious擴展crx文件

下載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
官方網址 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"
}