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