GitHub Mention Highlighter
Highlight user and team mentions on GitHub
Was ist GitHub Mention Highlighter?
GitHub Mention Highlighter ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Highlight user and team mentions on GitHub".
Erweiterungsscreenshots
GitHub Mention Highlighter-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitHub Mention Highlighter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional.
Grundlegende Informationen zur Erweiterung
Name | |
ID | njefdbinhmfaebgbjihikefamibchpkk |
Offizielle URL | https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk |
Beschreibung | Highlight user and team mentions on GitHub |
Dateigröße | 207 KB |
Installationsanzahl | 32 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2019-04-24 |
Veröffentlichungsdatum | 2019-04-24 |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://tramitescol.com/consultar-fosyga/ |
Unterstützte Sprachen | 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 } } |