Median
Browser extension that brings LaTeX to Medium
What is Median?
Median is a Chrome extension developed by Andrew Li, and its main feature is "Browser extension that brings LaTeX to Medium".
Extension Screenshots
Download Median Extension CRX File
Download Median extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A lightweight extension that allows you to insert high quality LaTeX math images into your Medium post.
Extension Basic Information
Name | Median |
ID | anceofoolakbkhkpmkajcflfhjadmahp |
Official URL | https://chromewebstore.google.com/detail/median/anceofoolakbkhkpmkajcflfhjadmahp |
Description | Browser extension that brings LaTeX to Medium |
File Size | 12.25 KB |
Installation Count | 20 |
Current Version | 0.2.0 |
Last Updated | 2021-01-06 |
Publish Date | 2019-12-25 |
Developer | Andrew Li |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |