GistRun
Bring your Gists to life with GistRun!
Wat is GistRun?
GistRun is een Chrome-extensie ontwikkeld door https://gist.run, en de belangrijkste functie is "Bring your Gists to life with GistRun!".
Extensie Screenshots
Download het CRX-bestand van de extensie GistRun
Download GistRun-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GistRun |
ID | cmikephimncflideoipflcfacmadghno |
Officiële URL | https://chromewebstore.google.com/detail/gistrun/cmikephimncflideoipflcfacmadghno |
Beschrijving | Bring your Gists to life with GistRun! |
Bestandsgrootte | 12.06 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-02-18 |
Publicatiedatum | 2016-02-18 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://gist.run |
Betalingswijze | free |
Extensiewebsite | https://gist.run |
Ondersteunde Talen | 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" ] } |