RawGit for Github

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

RawGit for Githubとは何ですか?

RawGit for GithubはAsh Connollyによって開発されたChromeの拡張機能で、その主な機能は「Quickly convert Github links to RawGit links so that they can be used in development or production environments.」です。

拡張機能のスクリーンショット

screenshot
screenshot

RawGit for Github拡張機能のCRXファイルをダウンロード

RawGit for Github拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 RawGit for Github RawGit for Github
ID mobohgekahaknpfhiknjgepliebadkko
公式URL https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko
説明 Quickly convert Github links to RawGit links so that they can be used in development or production environments.
ファイルサイズ 35.19 KB
インストール数 105
現在のバージョン 0.0.3
最終更新日 2016-02-28
公開日 2016-02-28
評価 5.00/5 合計 2 レビュー
開発者 Ash Connolly
支払い方法 free
拡張機能のウェブサイト http://www.ashconnolly.com?ref=ext_rawgit_store
対応言語 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"
    ]
}