Smartschool Plus

Add extra features to Smartschool

Smartschool Plusとは何ですか?

Smartschool Plusはthomaspeetersdevによって開発されたChromeの拡張機能で、その主な機能は「Add extra features to Smartschool」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        - Adds a "Download original" button under the main photo when viewing a photo gallery. Use this button to download the main photo in its original quality.
- Adds a "Make album zip" button under every photo album, allowing you to download an entire album as a zip file. All photo's in this zip will be original quality.                    

拡張機能の基本情報

名前 Smartschool Plus Smartschool Plus
ID glcnmmnhadkmgikpgciabebjmkocalga
公式URL https://chromewebstore.google.com/detail/smartschool-plus/glcnmmnhadkmgikpgciabebjmkocalga
説明 Add extra features to Smartschool
ファイルサイズ 622 KB
インストール数 707
現在のバージョン 2.0
最終更新日 2023-08-26
公開日 2023-05-26
評価 5.00/5 合計 2 レビュー
開発者 thomaspeetersdev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/thomaspeeters/smartschool-plus
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartschool Plus",
    "description": "Add extra features to Smartschool",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.smartschool.be\/*"
            ],
            "js": [
                "js\/jquery-3.7.0.min.js",
                "js\/fontawesome-all.min.js",
                "js\/zip-full.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "host_permissions": [
        "https:\/\/*.smartschool.be\/*"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "permissions": [
        "offscreen"
    ]
}