gist.io
Toggle between github.com and gist.io when viewing gists
¿Qué es gist.io?
gist.io es una extensión de Chrome desarrollada por https://gist.io, y su función principal es "Toggle between github.com and gist.io when viewing gists".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión gist.io
Descarga archivos de extensión gist.io en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | gist.io |
ID | dbhgbgenagpfgjjhjenodmgadclfpcae |
URL Oficial | https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae |
Descripción | Toggle between github.com and gist.io when viewing gists |
Tamaño del Archivo | 13.68 KB |
Cantidad de Instalaciones | 25 |
Versión Actual | 0.0.1 |
Última Actualización | 2013-09-10 |
Fecha de Publicación | 2013-09-10 |
Calificación | 2.00/5 Total de 1 Calificaciones |
Desarrollador | https://gist.io |
Tipo de Pago | free |
Sitio Web de la Extensión | http://gist.io |
Idiomas Soportados | 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" ] } } |