GitHub Mention Highlighter
Highlight user and team mentions on GitHub
Wat is GitHub Mention Highlighter?
GitHub Mention Highlighter is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Highlight user and team mentions on GitHub".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Mention Highlighter
Download GitHub Mention Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional.
Basisinformatie over de Extensie
Naam | |
ID | njefdbinhmfaebgbjihikefamibchpkk |
Officiële URL | https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk |
Beschrijving | Highlight user and team mentions on GitHub |
Bestandsgrootte | 207 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2019-04-24 |
Publicatiedatum | 2019-04-24 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://tramitescol.com/consultar-fosyga/ |
Ondersteunde Talen | 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 } } |