Github Node.js require() navigator
Makes all Node.js require()s in Github source pages clickable.
What is Github Node.js require() navigator?
Github Node.js require() navigator is a Chrome extension developed by lxe, and its main feature is "Makes all Node.js require()s in Github source pages clickable.".
Extension Screenshots
Download Github Node.js require() navigator Extension CRX File
Download Github Node.js require() navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Helps with navigating Github Node.js source pages by making all Node.js require()s in Github source pages clickable. Clicking on node `require()`s takes you to their Github project page, relative file, or a Node.js API documentation page.
Extension Basic Information
Name | Github Node.js require() navigator |
ID | ppkcefoejnbdgijdbbpnclfbnnfdfilj |
Official URL | https://chromewebstore.google.com/detail/github-nodejs-require-nav/ppkcefoejnbdgijdbbpnclfbnnfdfilj |
Description | Makes all Node.js require()s in Github source pages clickable. |
File Size | 509 KB |
Installation Count | 595 |
Current Version | 0.2.2 |
Last Updated | 2015-04-30 |
Publish Date | 2015-04-30 |
Rating | 5.00/5 Total 8 Ratings |
Developer | lxe |
Payment Type | free |
Extension Website | https://github.com/lxe/require-navigator |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Node.js require() navigator", "version": "0.2.2", "manifest_version": 2, "description": "Makes all Node.js require()s in Github source pages clickable.", "homepage_url": "https:\/\/github.com\/lxe\/require-navigator", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |