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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
}
} | |