Schoology Fixer

This extension alters the look and feel of the schoology webpage according to user preference

Schoology Fixerとは何ですか?

Schoology Fixerはwilliamspencerdevによって開発されたChromeの拡張機能で、その主な機能は「This extension alters the look and feel of the schoology webpage according to user preference」です。

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

screenshot

Schoology Fixer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Google Chrome extension effects the following changes on the Schoology webpage:

  It affixes the taskbar to the top of the window such that its position remains constant independent of scroll position.
  If hides all assignments marked as overdue by Schoology such that only upcoming assignments are visible.

Each of these may be enabled or disabled by clicking on the icon in the top bar.                    

拡張機能の基本情報

名前 Schoology Fixer Schoology Fixer
ID mecodadpcihocjelfkpnmnmmejfljkpf
公式URL https://chromewebstore.google.com/detail/schoology-fixer/mecodadpcihocjelfkpnmnmmejfljkpf
説明 This extension alters the look and feel of the schoology webpage according to user preference
ファイルサイズ 34.63 KB
インストール数 45
現在のバージョン 1.1.0
最終更新日 2018-09-08
公開日 2018-09-08
開発者 williamspencerdev
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Schoology Fixer",
    "description": "This extension alters the look and feel of the schoology webpage according to user preference",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "SF Options"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.schoology.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "script.js"
            ]
        }
    ]
}