Octo Preview
Live preview for markdown comments in PRs/Issues on GitHub
Octo Previewとは何ですか?
Octo PreviewはAndrew Levineによって開発されたChromeの拡張機能で、その主な機能は「Live preview for markdown comments in PRs/Issues on GitHub」です。
拡張機能のスクリーンショット
Octo Preview拡張機能のCRXファイルをダウンロード
Octo Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically displays live previews of comments (including rendered markdown output) as you type. Works anywhere on GitHub where you can leave a comment (including Gists).
If you find any bugs, please open a new issue on the GitHub repo - https://github.com/DrewML/octo-preview/issues/new
**Note** This extension relies on making HTTP requests frequently as you type to get the parsed/rendered Markdown output from GitHub. Not recommended for users on slower connections. 拡張機能の基本情報
| 名前 | |
| ID | elomekmlfonmdhmpmdfldcjgdoacjcba |
| 公式URL | https://chromewebstore.google.com/detail/octo-preview/elomekmlfonmdhmpmdfldcjgdoacjcba |
| 説明 | Live preview for markdown comments in PRs/Issues on GitHub |
| ファイルサイズ | 5.16 KB |
| インストール数 | 131 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2016-05-23 |
| 公開日 | 2016-05-22 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | Andrew Levine |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Octo Preview",
"version": "1.0.2",
"description": "Live preview for markdown comments in PRs\/Issues on GitHub",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"inject.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"live-preview.js",
"live-preview.css"
]
} | |