Github Notable Comments
Lets you easily navigate between the notable comments on github
Wat is Github Notable Comments?
Github Notable Comments is een Chrome-extensie ontwikkeld door kamranahmed.se, en de belangrijkste functie is "Lets you easily navigate between the notable comments on github".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Notable Comments
Download Github Notable Comments-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
Basisinformatie over de Extensie
| Naam | |
| ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
| Officiële URL | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
| Beschrijving | Lets you easily navigate between the notable comments on github |
| Bestandsgrootte | 13.17 KB |
| Aantal Installaties | 53 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2018-04-20 |
| Publicatiedatum | 2018-04-20 |
| Ontwikkelaar | kamranahmed.se |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://github.com/kamranahmedse/notable-comments |
| Help Pagina-URL | http://github.com/kamranahmedse/notable-comments/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Notable Comments",
"short_name": "github-notable-comments",
"version": "0.0.1",
"manifest_version": 2,
"description": "Lets you easily navigate between the notable comments on github",
"homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"index.js"
],
"css": [
".\/styles\/main.css"
]
}
]
} | |