GitHub Source Code Minimap
Adds a minimap to GitHub's source code viewer
What is GitHub Source Code Minimap?
GitHub Source Code Minimap is a Chrome extension developed by Reinis Ivanovs, and its main feature is "Adds a minimap to GitHub's source code viewer".
Extension Screenshots
Download GitHub Source Code Minimap Extension CRX File
Download GitHub Source Code Minimap 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
Adds a minimap to GitHub's source code viewer
Extension Basic Information
Name | GitHub Source Code Minimap |
ID | iljknpnnoceplhlociodngokfookdmpe |
Official URL | https://chromewebstore.google.com/detail/github-source-code-minima/iljknpnnoceplhlociodngokfookdmpe |
Description | Adds a minimap to GitHub's source code viewer |
File Size | 14.83 KB |
Installation Count | 10 |
Current Version | 1.1.2 |
Last Updated | 2018-09-17 |
Publish Date | 2018-09-16 |
Developer | Reinis Ivanovs |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/slikts/gh-minimap |
Help Page URL | https://github.com/slikts/gh-minimap/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Source Code Minimap", "short_name": "GH Minimap", "icons": { "128": "img\/icon-128.png" }, "version": "1.1.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "css\/main.css" ], "js": [ "js\/main.js" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/github.com\/slikts\/gh-minimap" } |