GitHub Mention Highlighter
Highlight user and team mentions on GitHub
Vad är GitHub Mention Highlighter?
GitHub Mention Highlighter är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Highlight user and team mentions on GitHub".
Tilläggsskärmbilder
Ladda ner GitHub Mention Highlighter-förlängningens CRX-fil
Ladda ner GitHub Mention Highlighter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional. Grundläggande Information om Tillägg
| Namn | |
| ID | njefdbinhmfaebgbjihikefamibchpkk |
| Officiell webbadress | https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk |
| Beskrivning | Highlight user and team mentions on GitHub |
| Filstorlek | 207 KB |
| Antal Installationer | 32 |
| Aktuell Version | 0.2.0 |
| Senast Uppdaterad | 2019-04-24 |
| Publiceringsdatum | 2019-04-24 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://tramitescol.com/consultar-fosyga/ |
| Stödda Språk | 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
}
} | |