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
电子邮箱 [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
}