GitHub Mention Highlighter
Highlight user and team mentions on GitHub
Co to jest GitHub Mention Highlighter?
GitHub Mention Highlighter to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Highlight user and team mentions on GitHub”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Mention Highlighter
Pobierz pliki rozszerzeń GitHub Mention Highlighter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | njefdbinhmfaebgbjihikefamibchpkk |
| Oficjalny URL | https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk |
| Opis | Highlight user and team mentions on GitHub |
| Rozmiar pliku | 207 KB |
| Liczba instalacji | 32 |
| Aktualna Wersja | 0.2.0 |
| Ostatnia Aktualizacja | 2019-04-24 |
| Data Publikacji | 2019-04-24 |
| Deweloper | Unknown |
| Typ Płatności | free |
| Strona Rozszerzenia | https://tramitescol.com/consultar-fosyga/ |
| Obsługiwane Języki | 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
}
} | |