SS Easy Click

For use with SchoolSoft.se

SS Easy Clickとは何ですか?

SS Easy Clickはjonthedeveloperによって開発されたChromeの拡張機能で、その主な機能は「For use with SchoolSoft.se」です。

拡張機能のスクリーンショット

screenshot

SS Easy Click拡張機能のCRXファイルをダウンロード

SS Easy Click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        For use with Schoolsoft.se to make it easier to enter knowledge requirements into assignments. and to update the subject rubric.  This extension allows you to click the text of a knowledge requirement to set it to "green".  Clicking it again will set it back to "white".                    

拡張機能の基本情報

名前 SS Easy Click SS Easy Click
ID knhpoekibehmgpdekibhcjggppccjnmg
公式URL https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg
説明 For use with SchoolSoft.se
ファイルサイズ 37.49 KB
インストール数 164
現在のバージョン 1.20
最終更新日 2021-05-26
公開日 2021-05-25
開発者 jonthedeveloper
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SS Easy Click",
    "author": "Jonathan Phillips",
    "version": "1.20",
    "description": "For use with SchoolSoft.se",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.schoolsoft.se\/*\/right_teacher_test_ability_student.jsp*",
                "https:\/\/*.schoolsoft.se\/*\/right_teacher_student_ability.jsp*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ]
}