gist.io
Toggle between github.com and gist.io when viewing gists
Wat is gist.io?
gist.io is een Chrome-extensie ontwikkeld door https://gist.io, en de belangrijkste functie is "Toggle between github.com and gist.io when viewing gists".
Extensie Screenshots
Download het CRX-bestand van de extensie gist.io
Download gist.io-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
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.
Basisinformatie over de Extensie
Naam | gist.io |
ID | dbhgbgenagpfgjjhjenodmgadclfpcae |
Officiële URL | https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae |
Beschrijving | Toggle between github.com and gist.io when viewing gists |
Bestandsgrootte | 13.68 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2013-09-10 |
Publicatiedatum | 2013-09-10 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://gist.io |
Betalingswijze | free |
Extensiewebsite | http://gist.io |
Ondersteunde Talen | 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" ] } } |