Github Notable Comments
Lets you easily navigate between the notable comments on github
Was ist Github Notable Comments?
Github Notable Comments ist eine Chrome-Erweiterung, die von kamranahmed.se entwickelt wurde, und ihr Hauptmerkmal ist "Lets you easily navigate between the notable comments on github".
Erweiterungsscreenshots
Github Notable Comments-Erweiterungs-CRX-Datei herunterladen
Laden Sie Github Notable Comments-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
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
| Offizielle URL | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
| Beschreibung | Lets you easily navigate between the notable comments on github |
| Dateigröße | 13.17 KB |
| Installationsanzahl | 53 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2018-04-20 |
| Veröffentlichungsdatum | 2018-04-20 |
| Entwickler | kamranahmed.se |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://github.com/kamranahmedse/notable-comments |
| Hilfeseite URL | http://github.com/kamranahmedse/notable-comments/issues |
| Unterstützte Sprachen | 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"
]
}
]
} | |