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
公式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"
}