RawGit for Github

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

Vad är RawGit for Github?

RawGit for Github är en Chrome-tillägg utvecklad av Ash Connolly, och dess huvudfunktion är "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner RawGit for Github-förlängningens CRX-fil

Ladda ner RawGit for Github-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RawGit for Github RawGit for Github
ID mobohgekahaknpfhiknjgepliebadkko
Officiell webbadress https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko
Beskrivning Quickly convert Github links to RawGit links so that they can be used in development or production environments.
Filstorlek 35.19 KB
Antal Installationer 105
Aktuell Version 0.0.3
Senast Uppdaterad 2016-02-28
Publiceringsdatum 2016-02-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Ash Connolly
Betalningssätt free
Tilläggswebbplats http://www.ashconnolly.com?ref=ext_rawgit_store
Stödda Språk 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"
    ]
}