GitHub Mention Highlighter
Highlight user and team mentions on GitHub
ما هو GitHub Mention Highlighter؟
GitHub Mention Highlighter هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Highlight user and team mentions on GitHub".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Mention Highlighter
قم بتنزيل ملفات الامتداد GitHub Mention Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional.
معلومات أساسية عن التمديد
الاسم | |
ID | njefdbinhmfaebgbjihikefamibchpkk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk |
الوصف | Highlight user and team mentions on GitHub |
حجم الملف | 207 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2019-04-24 |
تاريخ النشر | 2019-04-24 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://tramitescol.com/consultar-fosyga/ |
اللغات المدعومة | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Mention Highlighter", "version": "0.2.0", "description": "Highlight user and team mentions on GitHub", "permissions": [ "https:\/\/github.com\/*", "https:\/\/*.githubapp.com\/*", "https:\/\/mail.google.com\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/*.githubapp.com\/*", "https:\/\/mail.google.com\/*" ], "js": [ "vendor\/jquery\/dist\/jquery.js", "dist\/script.js" ], "css": [ "dist\/style.css" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2, "options_page": "dist\/options.html", "options_ui": { "page": "dist\/options.html", "chrome_style": true } } |