Octo Preview
Live preview for markdown comments in PRs/Issues on GitHub
ما هو Octo Preview؟
Octo Preview هو إضافة Chrome تم تطويرها بواسطة Andrew Levine، والميزة الرئيسية لها هي "Live preview for markdown comments in PRs/Issues on GitHub".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Octo Preview
قم بتنزيل ملفات الامتداد Octo Preview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Octo Preview |
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" ] } |