Even More Dimension

Let's make the LMS something worthy of tech and design

Even More Dimensionとは何ですか?

Even More DimensionはYustynnによって開発されたChromeの拡張機能で、その主な機能は「Let's make the LMS something worthy of tech and design」です。

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

screenshot

Even More Dimension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        FOR SUTD STUDENTS: It improves eDimension in 4 ways
1) Better (maybe) styling.
2) Download button for every link (no more going through a pointless preview page to download your homework)
3) Download button for every folder (recursively downloads all documents in subsequent folders as well)
4) Download All button on every page (next to page title)

GitHub: https://github.com/Yustynn/evenMoreDimension

PS: This collects anonymous usage statistics, to demonstrate its usefulness to the school. The data is never tied to you specifically, so don't worry. It's to prove that the added download buttons are a very useful feature.                    

拡張機能の基本情報

名前 Even More Dimension Even More Dimension
ID defapkcdijpdlejlkhbkklbnmcpcpijm
公式URL https://chromewebstore.google.com/detail/even-more-dimension/defapkcdijpdlejlkhbkklbnmcpcpijm
説明 Let's make the LMS something worthy of tech and design
ファイルサイズ 52.14 KB
インストール数 402
現在のバージョン 1.3.10
最終更新日 2022-10-17
公開日 2019-05-18
評価 5.00/5 合計 16 レビュー
開発者 Yustynn
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Even More Dimension",
    "description": "Let's make the LMS something worthy of tech and design",
    "version": "1.3.10",
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "permissions": [
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/edimension.sutd.edu.sg\/*"
            ],
            "css": [
                "sass\/style.css"
            ],
            "js": [
                "jquery.js",
                "ga.js",
                "app.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*"
    ]
}