Octopatcher
Arrgh Some Patchy Goodness to GitHub
ما هو Octopatcher؟
Octopatcher هو إضافة Chrome تم تطويرها بواسطة Mottie، والميزة الرئيسية لها هي "Arrgh Some Patchy Goodness to GitHub".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Octopatcher
قم بتنزيل ملفات الامتداد Octopatcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* Collapse Content: Adds a header to issue comments which allows toggling the view of long code and quote blocks. * Collapse Markdown: Make all markdown headers clickable to allow toggling the view of all content between same level headers.
معلومات أساسية عن التمديد
الاسم | Octopatcher |
ID | lcilaoigfgceebdljpanjenhmnoijmal |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/octopatcher/lcilaoigfgceebdljpanjenhmnoijmal |
الوصف | Arrgh Some Patchy Goodness to GitHub |
حجم الملف | 17.72 KB |
عدد التثبيتات | 155 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2018-01-04 |
تاريخ النشر | 2018-01-04 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Mottie |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Mottie/Octopatcher |
عنوان صفحة المساعدة | https://github.com/Mottie/Octopatcher/tree/master/docs |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Octopatcher", "version": "1.1.1", "description": "Arrgh Some Patchy Goodness to GitHub", "author": "Rob Garrison", "manifest_version": 2, "homepage_url": "http:\/\/github.com\/Mottie\/Octopatcher", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "github-collapse-in-comment.js", "github-collapse-markdown.js" ], "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*", "https:\/\/help.github.com\/*" ], "run_at": "document_idle" } ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |