GistRun
Bring your Gists to life with GistRun!
Qu'est-ce que GistRun ?
GistRun est une extension Chrome développée par https://gist.run, et sa fonction principale est "Bring your Gists to life with GistRun!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GistRun
Téléchargez les fichiers d'extension GistRun 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
The GistRun Chrome extension adds "Run" buttons to GitHub Gist pages, making it easy to open Gists in the GistRun editor. The extension adds "Run" buttons to the Gists list page, the Gist page and to the Gist "Revisions" tab, making it easy to run a Gist at a specific revision/SHA.
Informations de Base sur l'Extension
Nom | GistRun |
ID | cmikephimncflideoipflcfacmadghno |
URL Officiel | https://chromewebstore.google.com/detail/gistrun/cmikephimncflideoipflcfacmadghno |
Description | Bring your Gists to life with GistRun! |
Taille du Fichier | 12.06 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-02-18 |
Date de Publication | 2016-02-18 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | https://gist.run |
Type de Paiement | free |
Site Web de l'Extension | https://gist.run |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GistRun", "description": "Bring your Gists to life with GistRun!", "author": "Jeremy Danyow", "icons": { "128": "icon128.png" }, "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/gist.github.com\/*" ], "js": [ "main.js" ] } ], "web_accessible_resources": [ "*.png" ] } |