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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}