GistRun
Bring your Gists to life with GistRun!
Cos'è GistRun?
GistRun è un'estensione di Chrome sviluppata da https://gist.run, e la sua funzione principale è "Bring your Gists to life with GistRun!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GistRun
Scarica i file di estensione GistRun in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GistRun |
ID | cmikephimncflideoipflcfacmadghno |
URL Ufficiale | https://chromewebstore.google.com/detail/gistrun/cmikephimncflideoipflcfacmadghno |
Descrizione | Bring your Gists to life with GistRun! |
Dimensione del File | 12.06 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-02-18 |
Data di Pubblicazione | 2016-02-18 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | https://gist.run |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gist.run |
Lingue Supportate | 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" ] } |