GistRun
Bring your Gists to life with GistRun!
Hvad er GistRun?
GistRun er en Chrome-udvidelse udviklet af https://gist.run, og dens hovedfunktion er "Bring your Gists to life with GistRun!".
Udvidelsesskærmbilleder
Download GistRun-udvidelses-CRX-fil
Download GistRun-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | GistRun |
ID | cmikephimncflideoipflcfacmadghno |
Officiel URL | https://chromewebstore.google.com/detail/gistrun/cmikephimncflideoipflcfacmadghno |
Beskrivelse | Bring your Gists to life with GistRun! |
Filstørrelse | 12.06 KB |
Antal Installationer | 35 |
Nuværende Version | 1.1 |
Senest Opdateret | 2016-02-18 |
Udgivelsesdato | 2016-02-18 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | https://gist.run |
Betalingsmetode | free |
Udvidelseswebsted | https://gist.run |
Understøttede Sprog | 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" ] } |