CodeNav (Github code navigation)
Navigate Github code easily.
Wat is CodeNav (Github code navigation)?
CodeNav (Github code navigation) is een Chrome-extensie ontwikkeld door Ian Webster, en de belangrijkste functie is "Navigate Github code easily.".
Extensie Screenshots
Download het CRX-bestand van de extensie CodeNav (Github code navigation)
Download CodeNav (Github code navigation)-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
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.
Basisinformatie over de Extensie
Naam | CodeNav (Github code navigation) |
ID | nbgghbhaanommbapokejnmfdlddoacff |
Officiële URL | https://chromewebstore.google.com/detail/codenav-github-code-navig/nbgghbhaanommbapokejnmfdlddoacff |
Beschrijving | Navigate Github code easily. |
Bestandsgrootte | 76.79 KB |
Aantal Installaties | 437 |
Huidige Versie | 0.0.13 |
Laatst Bijgewerkt | 2017-02-13 |
Publicatiedatum | 2017-02-12 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Ian Webster |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://ianww.com/codenav |
Ondersteunde Talen | 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" ] } ] } |