RawGit for Github
Quickly convert Github links to RawGit links so that they can be used in development or production environments.
What is RawGit for Github?
RawGit for Github is a Chrome extension developed by Ash Connolly, and its main feature is "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".
Extension Screenshots
Download RawGit for Github Extension CRX File
Download RawGit for Github 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
RawGit serves raw files directly from GitHub with proper Content-Type headers. This extension allows you to use RawGit directly from Github. The extension will appear in the address bar when viewing a file on Github. Visit https://rawgit.com/ for more information.
Extension Basic Information
Name | |
ID | mobohgekahaknpfhiknjgepliebadkko |
Official URL | https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko |
Description | Quickly convert Github links to RawGit links so that they can be used in development or production environments. |
File Size | 35.19 KB |
Installation Count | 105 |
Current Version | 0.0.3 |
Last Updated | 2016-02-28 |
Publish Date | 2016-02-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ash Connolly |
Payment Type | free |
Extension Website | http://www.ashconnolly.com?ref=ext_rawgit_store |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RawGit for Github", "version": "0.0.3", "description": "Quickly convert Github links to RawGit links so that they can be used in development or production environments.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "RawGit for Github", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.github.com\/", "http:\/\/www.github.com\/", "tabs", "storage" ] } |