Raw Githack

Viewing html files with raw.githack.com made easier.

Raw Githackとは何ですか?

Raw GithackはFilip Chalupaによって開発されたChromeの拡張機能で、その主な機能は「Viewing html files with raw.githack.com made easier.」です。

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

screenshot

Raw Githack拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enter an url to a html file from a git repository (GitHub, Bitbucket or GitLab). That file will be then served to you with a correct mime type to be viewed in your browser using raw.githack.com.                    

拡張機能の基本情報

名前 Raw Githack Raw Githack
ID iichepgnbggmoaijfiphjodmhkbijmkf
公式URL https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf
説明 Viewing html files with raw.githack.com made easier.
ファイルサイズ 45.94 KB
インストール数 457
現在のバージョン 0.2
最終更新日 2020-05-01
公開日 2020-04-29
開発者 Filip Chalupa
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/FilipChalupa/Raw-Githack/
ヘルプページのURL https://github.com/FilipChalupa/Raw-Githack/issues
プライバシーポリシーページのURL https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raw Githack",
    "version": "0.2",
    "description": "Viewing html files with raw.githack.com made easier.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        }
    },
    "manifest_version": 2
}