Gist It

Lets you easily embed files from a github repository into any webpage just like a gist.

Gist It란 무엇입니까?

Gist It은(는) Ishan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you easily embed files from a github repository into any webpage just like a gist."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Gist It 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

 It generates html code similar to github gist which you can embed on your website or on your blog. Usage: 1. Visit the github repository page where the file is located. 2. Right Click on the file link which you would like to embed in your website. 3. Select Gist It from the context menu 4. The HTML code has been copied onto the clipboard. Example of HTML Code: 

Does nothing else - doesn't add any toolbar icons, weird popups or overlays - it just adds a simple Gist It item to your context menu.

This extension is open source.
Source code is available on https://github.com/ishu3101/gist-it

If you like Gist It, check out my other extensions too!

- Copy URL + Title                    

확장 프로그램 기본 정보

이름 Gist It Gist It
ID gmemoangmfinnplfifcjjdfeapdfgjkg
공식 URL https://chromewebstore.google.com/detail/gist-it/gmemoangmfinnplfifcjjdfeapdfgjkg
설명 Lets you easily embed files from a github repository into any webpage just like a gist.
파일 크기 24.31 KB
설치 횟수 254
현재 버전 2.1
최근 업데이트 2016-02-20
출시 날짜 2016-02-19
평점 5.00/5 총 1 개의 평점
개발자 Ishan
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ishu3101/gist-it
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gist It",
    "version": "2.1",
    "description": "Lets you easily embed files from a github repository into any webpage just like a gist.",
    "icons": {
        "16": "img\/github16.png",
        "32": "img\/github32.png",
        "48": "img\/github48.png",
        "128": "img\/github128.png"
    },
    "background": {
        "scripts": [
            "embed.js"
        ],
        "permissions": false
    },
    "homepage_url": "https:\/\/github.com\/ishu3101\/gist-it",
    "permissions": [
        "contextMenus"
    ]
}