gist.io

Toggle between github.com and gist.io when viewing gists

O que é gist.io?

gist.io é uma extensão do Chrome desenvolvida por https://gist.io, e sua principal característica é "Toggle between github.com and gist.io when viewing gists".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão gist.io

Baixe arquivos de extensão gist.io no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome gist.io gist.io
ID dbhgbgenagpfgjjhjenodmgadclfpcae
URL Oficial https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae
Descrição Toggle between github.com and gist.io when viewing gists
Tamanho do Arquivo 13.68 KB
Contagem de Instalações 25
Versão Atual 0.0.1
Última Atualização 2013-09-10
Data de Publicação 2013-09-10
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor https://gist.io
Tipo de Pagamento free
Site da Extensão http://gist.io
Idiomas Suportados 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"
        ]
    }
}