Medium Plugin

Helpful Medium plugin for viewers

Co to jest Medium Plugin?

Medium Plugin to rozszerzenie Chrome opracowane przez https://sangnguyen.dev, a jego główną funkcją jest „Helpful Medium plugin for viewers”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Medium Plugin

Pobierz pliki rozszerzeń Medium Plugin 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

                        Medium Plugin for Medium viewers.

- This extension adds a new button to  generate a table of contents for articles you're reading.
- Add link button for every paragraph in aricle.
- Add button copy for code block.                    

Podstawowe informacje o rozszerzeniu

Nazwa Medium Plugin Medium Plugin
ID oipiaoijoipncobppeichegfnnbcbeoa
Oficjalny URL https://chromewebstore.google.com/detail/medium-plugin/oipiaoijoipncobppeichegfnnbcbeoa
Opis Helpful Medium plugin for viewers
Rozmiar pliku 10.82 KB
Liczba instalacji 173
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2022-11-20
Data Publikacji 2022-05-03
Deweloper https://sangnguyen.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sangnguyen.dev/medium-plugin/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Plugin",
    "version": "1.2.1",
    "description": "Helpful Medium plugin for viewers",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "script-src": "'self' 'unsafe-eval'",
        "object-src": "'self'"
    }
}