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
电子邮箱 [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"
    ]
}