Median

Browser extension that brings LaTeX to Medium

Wat is Median?

Median is een Chrome-extensie ontwikkeld door Andrew Li, en de belangrijkste functie is "Browser extension that brings LaTeX to Medium".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Median

Download Median-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A lightweight extension that allows you to insert high quality LaTeX math images into your Medium post.                    

Basisinformatie over de Extensie

Naam Median Median
ID anceofoolakbkhkpmkajcflfhjadmahp
Officiële URL https://chromewebstore.google.com/detail/median/anceofoolakbkhkpmkajcflfhjadmahp
Beschrijving Browser extension that brings LaTeX to Medium
Bestandsgrootte 12.25 KB
Aantal Installaties 20
Huidige Versie 0.2.0
Laatst Bijgewerkt 2021-01-06
Publicatiedatum 2019-12-25
Ontwikkelaar Andrew Li
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Median",
    "version": "0.2.0",
    "author": "Andrew Li",
    "description": "Browser extension that brings LaTeX to Medium",
    "permissions": [
        "https:\/\/quicklatex.com\/*",
        "https:\/\/medium.com\/*",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}