Gist It

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

Qu'est-ce que Gist It ?

Gist It est une extension Chrome développée par Ishan, et sa fonction principale est "Lets you easily embed files from a github repository into any webpage just like a gist.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gist It

Téléchargez les fichiers d'extension Gist It au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

 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                    

Informations de Base sur l'Extension

Nom Gist It Gist It
ID gmemoangmfinnplfifcjjdfeapdfgjkg
URL Officiel https://chromewebstore.google.com/detail/gist-it/gmemoangmfinnplfifcjjdfeapdfgjkg
Description Lets you easily embed files from a github repository into any webpage just like a gist.
Taille du Fichier 24.31 KB
Nombre d'Installations 254
Version Actuelle 2.1
Dernière Mise à Jour 2016-02-20
Date de Publication 2016-02-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur Ishan
Type de Paiement free
Site Web de l'Extension https://github.com/ishu3101/gist-it
Langues Prises en Charge 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"
    ]
}