GitHub Mention Highlighter
Highlight user and team mentions on GitHub
Cos'è GitHub Mention Highlighter?
GitHub Mention Highlighter è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Highlight user and team mentions on GitHub".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Mention Highlighter
Scarica i file di estensione GitHub Mention Highlighter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional. Informazioni di Base sull'Estensione
| Nome | |
| ID | njefdbinhmfaebgbjihikefamibchpkk |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk |
| Descrizione | Highlight user and team mentions on GitHub |
| Dimensione del File | 207 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 0.2.0 |
| Ultimo Aggiornamento | 2019-04-24 |
| Data di Pubblicazione | 2019-04-24 |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://tramitescol.com/consultar-fosyga/ |
| Lingue Supportate | 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
}
} | |