Markdown Outline for GitHub
It will show you the outline of the markdown file on GitHub.
ما هو Markdown Outline for GitHub؟
Markdown Outline for GitHub هو إضافة Chrome تم تطويرها بواسطة mitsuruog، والميزة الرئيسية لها هي "It will show you the outline of the markdown file on GitHub.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Markdown Outline for GitHub
قم بتنزيل ملفات الامتداد Markdown Outline for GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It will show you the outline of the markdown file on GitHub and Gist.
معلومات أساسية عن التمديد
الاسم | Markdown Outline for GitHub |
ID | nkbceicafhlobddjmlflmhbloffdekcd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/markdown-outline-for-gith/nkbceicafhlobddjmlflmhbloffdekcd |
الوصف | It will show you the outline of the markdown file on GitHub. |
حجم الملف | 31.85 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2020-09-12 |
تاريخ النشر | 2020-06-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | mitsuruog |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mitsuruog/markdown-outline-for-github |
عنوان صفحة المساعدة | https://github.com/mitsuruog/markdown-outline-for-github/issues |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/icon-16.png", "128": "assets\/icons\/icon-128.png" }, "default_locale": "ja", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": false } ] } |