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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |