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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |