Skipper
Skip through verbose, single-branch directory structures in GitHub.
What is Skipper?
Skipper is a Chrome extension developed by Carlos Diaz-Padron, and its main feature is "Skip through verbose, single-branch directory structures in GitHub.".
Extension Screenshots
Download Skipper Extension CRX File
Download Skipper 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
This is a very simple extension that adds a small "skip" link to directories on GitHub which contain a verbose, single-branch directory structure, such as the one Java uses. It works with any version of GitHub (including GitHub:FI) and is entirely non-invasive. Source is available on GitHub: https://github.com/carlosdp/skipper .
Extension Basic Information
Name | Skipper |
ID | nfmomefhbogooebpmdhpgpnnbpjlgnje |
Official URL | https://chromewebstore.google.com/detail/skipper/nfmomefhbogooebpmdhpgpnnbpjlgnje |
Description | Skip through verbose, single-branch directory structures in GitHub. |
File Size | 40.6 KB |
Installation Count | 12 |
Current Version | 1.0.2 |
Last Updated | 2013-06-25 |
Publish Date | 2013-06-25 |
Developer | Carlos Diaz-Padron |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skipper", "version": "1.0.2", "description": "Skip through verbose, single-branch directory structures in GitHub.", "icons": { "16": "skipper16.png", "64": "skipper64.png", "128": "skipper128.png" }, "content_scripts": [ { "matches": [ " |