Coursera Get Shareable Link

Get shareable link Coursera Peer-review

Coursera Get Shareable Linkとは何ですか?

Coursera Get Shareable Linkはperajarvi666によって開発されたChromeの拡張機能で、その主な機能は「Get shareable link Coursera Peer-review」です。

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

screenshot

Coursera Get Shareable Link拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Coursera Get Shareable Link is a small extension for Coursera learners to get links to your submission. This help speed up the grading process since you can invite a mentor or other people to grade your submission                    

拡張機能の基本情報

名前 Coursera Get Shareable Link Coursera Get Shareable Link
ID fbplppipepefackdlimggnjogpdamlhn
公式URL https://chromewebstore.google.com/detail/coursera-get-shareable-li/fbplppipepefackdlimggnjogpdamlhn
説明 Get shareable link Coursera Peer-review
ファイルサイズ 18.09 KB
インストール数 48,372
現在のバージョン 1.0.2
最終更新日 2023-09-26
公開日 2021-08-25
評価 4.48/5 合計 61 レビュー
開発者 perajarvi666
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coursera Get Shareable Link",
    "description": "Get shareable link Coursera Peer-review",
    "version": "1.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jman.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}