Studyfree

Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.

Studyfreeとは何ですか?

Studyfreeはhttps://studyfree.appによって開発されたChromeの拡張機能で、その主な機能は「Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.                    

拡張機能の基本情報

名前 Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
公式URL https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
説明 Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
ファイルサイズ 6.74 KB
インストール数 726
現在のバージョン 1.1.1
最終更新日 2024-02-19
公開日 2023-11-10
評価 4.11/5 合計 9 レビュー
開発者 https://studyfree.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.studyfree.app/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Studyfree",
    "version": "1.1.1",
    "author": "jstinjoy",
    "icons": {
        "128": "assets\/img\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content\/studydrive.js"
            ],
            "matches": [
                "https:\/\/www.studydrive.net\/*\/doc\/*"
            ]
        }
    ]
}