Coursera Get Shareable Link

Get shareable link Coursera Peer-review

Co to jest Coursera Get Shareable Link?

Coursera Get Shareable Link to rozszerzenie Chrome opracowane przez perajarvi666, a jego główną funkcją jest „Get shareable link Coursera Peer-review”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Coursera Get Shareable Link

Pobierz pliki rozszerzeń Coursera Get Shareable Link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Coursera Get Shareable Link Coursera Get Shareable Link
ID fbplppipepefackdlimggnjogpdamlhn
Oficjalny URL https://chromewebstore.google.com/detail/coursera-get-shareable-li/fbplppipepefackdlimggnjogpdamlhn
Opis Get shareable link Coursera Peer-review
Rozmiar pliku 18.09 KB
Liczba instalacji 48,372
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-09-26
Data Publikacji 2021-08-25
Ocena 4.48/5 Łącznie 61 Oceny
Deweloper perajarvi666
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}