Median
Browser extension that brings LaTeX to Medium
Medianとは何ですか?
MedianはAndrew Liによって開発されたChromeの拡張機能で、その主な機能は「Browser extension that brings LaTeX to Medium」です。
拡張機能のスクリーンショット
Median拡張機能のCRXファイルをダウンロード
Median拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A lightweight extension that allows you to insert high quality LaTeX math images into your Medium post. 拡張機能の基本情報
| 名前 | |
| ID | anceofoolakbkhkpmkajcflfhjadmahp |
| 公式URL | https://chromewebstore.google.com/detail/median/anceofoolakbkhkpmkajcflfhjadmahp |
| 説明 | Browser extension that brings LaTeX to Medium |
| ファイルサイズ | 12.25 KB |
| インストール数 | 20 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2021-01-06 |
| 公開日 | 2019-12-25 |
| 開発者 | Andrew Li |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |