Gist It

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

¿Qué es Gist It?

Gist It es una extensión de Chrome desarrollada por Ishan, y su función principal es "Lets you easily embed files from a github repository into any webpage just like a gist.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Gist It

Descarga archivos de extensión Gist It en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

 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                    

Información Básica de la Extensión

Nombre Gist It Gist It
ID gmemoangmfinnplfifcjjdfeapdfgjkg
URL Oficial https://chromewebstore.google.com/detail/gist-it/gmemoangmfinnplfifcjjdfeapdfgjkg
Descripción Lets you easily embed files from a github repository into any webpage just like a gist.
Tamaño del Archivo 24.31 KB
Cantidad de Instalaciones 254
Versión Actual 2.1
Última Actualización 2016-02-20
Fecha de Publicación 2016-02-19
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Ishan
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ishu3101/gist-it
Idiomas Soportados 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"
    ]
}