CodeNav (Github code navigation)
Navigate Github code easily.
Hvad er CodeNav (Github code navigation)?
CodeNav (Github code navigation) er en Chrome-udvidelse udviklet af Ian Webster, og dens hovedfunktion er "Navigate Github code easily.".
Udvidelsesskærmbilleder
Download CodeNav (Github code navigation)-udvidelses-CRX-fil
Download CodeNav (Github code navigation)-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
CodeNav makes it easier to explore code on Github. Features * Hover over a variable to highlight other references and visualize them on your scrollbar. * Click an object or variable to search for other instances in the same project.
Grundlæggende oplysninger om udvidelsen
Navn | CodeNav (Github code navigation) |
ID | nbgghbhaanommbapokejnmfdlddoacff |
Officiel URL | https://chromewebstore.google.com/detail/codenav-github-code-navig/nbgghbhaanommbapokejnmfdlddoacff |
Beskrivelse | Navigate Github code easily. |
Filstørrelse | 76.79 KB |
Antal Installationer | 437 |
Nuværende Version | 0.0.13 |
Senest Opdateret | 2017-02-13 |
Udgivelsesdato | 2017-02-12 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | Ian Webster |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://ianww.com/codenav |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodeNav (Github code navigation)", "version": "0.0.13", "manifest_version": 2, "description": "Navigate Github code easily.", "homepage_url": "http:\/\/ianww.com\/codenav", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/github.com\/*", "http:\/\/github.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "http:\/\/github.com\/*" ], "js": [ "src\/lib\/jquery.min.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |