RawGit for Github

Quickly convert Github links to RawGit links so that they can be used in development or production environments.

Wat is RawGit for Github?

RawGit for Github is een Chrome-extensie ontwikkeld door Ash Connolly, en de belangrijkste functie is "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie RawGit for Github

Download RawGit for Github-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam RawGit for Github RawGit for Github
ID mobohgekahaknpfhiknjgepliebadkko
Officiële URL https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko
Beschrijving Quickly convert Github links to RawGit links so that they can be used in development or production environments.
Bestandsgrootte 35.19 KB
Aantal Installaties 105
Huidige Versie 0.0.3
Laatst Bijgewerkt 2016-02-28
Publicatiedatum 2016-02-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Ash Connolly
Betalingswijze free
Extensiewebsite http://www.ashconnolly.com?ref=ext_rawgit_store
Ondersteunde Talen 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"
    ]
}