Github Notable Comments
Lets you easily navigate between the notable comments on github
Hvad er Github Notable Comments?
Github Notable Comments er en Chrome-udvidelse udviklet af kamranahmed.se, og dens hovedfunktion er "Lets you easily navigate between the notable comments on github".
Udvidelsesskærmbilleder
Download Github Notable Comments-udvidelses-CRX-fil
Download Github Notable Comments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Github Notable Comments |
ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
Officiel URL | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
Beskrivelse | Lets you easily navigate between the notable comments on github |
Filstørrelse | 13.17 KB |
Antal Installationer | 53 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2018-04-20 |
Udgivelsesdato | 2018-04-20 |
Udvikler | kamranahmed.se |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://github.com/kamranahmedse/notable-comments |
Hjælpeside-URL | http://github.com/kamranahmedse/notable-comments/issues |
Understøttede Sprog | 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" ] } ] } |