GitHub Extended
Discover more repositories
What is GitHub Extended?
GitHub Extended is a Chrome extension developed by onmyway133, and its main feature is "Discover more repositories".
Extension Screenshots
Download GitHub Extended Extension CRX File
Download GitHub Extended 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
A Chrome extension to discover more repositories Extension Basic Information
| Name | |
| ID | doidfnmbfadacpcjkekkgofkmnkljnhi |
| Official URL | https://chrome.google.com/webstore/detail/github-extended/doidfnmbfadacpcjkekkgofkmnkljnhi |
| Description | Discover more repositories |
| File Size | 2.47 MB |
| Installation Count | 323 |
| Current Version | 1.5.0 |
| Last Updated | 2016-09-15 |
| Publish Date | 2016-09-15 |
| Rating | 4.33/5 Total 3 Ratings |
| Developer | onmyway133 |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://www.fantageek.com |
| Help Page URL | http://www.fantageek.com |
| Privacy Policy Page URL | http://www.fantageek.com |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.5.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"scripts\/content.js",
"scripts\/emoji.js",
"scripts\/colors.js",
"bower_components\/fetch\/fetch.js",
"bower_components\/jquery\/dist\/jquery.min.js",
"bower_components\/jquery-ui\/jquery-ui.min.js"
],
"css": [
"bower_components\/jquery-ui\/themes\/smoothness\/jquery-ui.min.css"
]
}
],
"permissions": [
"https:\/\/github.com\/*"
]
} | |