Goto Github Repo
Fast access to github repos you have visited
What is Goto Github Repo?
Goto Github Repo is a Chrome extension developed by octref.dev, and its main feature is "Fast access to github repos you have visited".
Extension Screenshots
Download Goto Github Repo Extension CRX File
Download Goto Github Repo 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
Goto github repo pages from Omnibox. Github repo at https://github.com/octref/goto-github-repo
Extension Basic Information
Name | Goto Github Repo |
ID | jdjgledckgjldgndcmjjakfjmikopghp |
Official URL | https://chromewebstore.google.com/detail/goto-github-repo/jdjgledckgjldgndcmjjakfjmikopghp |
Description | Fast access to github repos you have visited |
File Size | 161 KB |
Installation Count | 103 |
Current Version | 0.5.0 |
Last Updated | 2016-03-22 |
Publish Date | 2016-03-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | octref.dev |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goto Github Repo", "description": "Fast access to github repos you have visited", "version": "0.5.0", "background": { "scripts": [ "lodash.min.js", "helper.js", "background.js" ], "persistent": false }, "permissions": [ "history", "storage", "tabs" ], "omnibox": { "keyword": "gh" }, "icons": { "128": "images\/logo.png", "16": "images\/octo.png" }, "manifest_version": 2 } |