gist.io
Toggle between github.com and gist.io when viewing gists
Hvad er gist.io?
gist.io er en Chrome-udvidelse udviklet af https://gist.io, og dens hovedfunktion er "Toggle between github.com and gist.io when viewing gists".
Udvidelsesskærmbilleder
Download gist.io-udvidelses-CRX-fil
Download gist.io-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
Write a GitHub gist, present it with style. Publish a quick, anonymous note or a long essay—your content stays on GitHub, and gist.io makes it a pleasure to read. This extension adds an icon in the omnibox on github gists and gist.io pages. Clicking the icon when viewing a github gist will take you to the corresponding gist.io page, and vice-versa.
Grundlæggende oplysninger om udvidelsen
Navn | gist.io |
ID | dbhgbgenagpfgjjhjenodmgadclfpcae |
Officiel URL | https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae |
Beskrivelse | Toggle between github.com and gist.io when viewing gists |
Filstørrelse | 13.68 KB |
Antal Installationer | 25 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2013-09-10 |
Udgivelsesdato | 2013-09-10 |
Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
Udvikler | https://gist.io |
Betalingsmetode | free |
Udvidelseswebsted | http://gist.io |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "gist.io", "version": "0.0.1", "description": "Toggle between github.com and gist.io when viewing gists", "icons": { "48": "img\/48.png", "128": "img\/128.png" }, "page_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_title": "View this on gist.io" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] } } |