gist.io

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

What is gist.io?

gist.io is a Chrome extension developed by https://gist.io, and its main feature is "Toggle between github.com and gist.io when viewing gists".

Extension Screenshots

screenshot

Download gist.io Extension CRX File

Download gist.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name gist.io gist.io
ID dbhgbgenagpfgjjhjenodmgadclfpcae
Official URL https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae
Description Toggle between github.com and gist.io when viewing gists
File Size 13.68 KB
Installation Count 25
Current Version 0.0.1
Last Updated 2013-09-10
Publish Date 2013-09-10
Rating 2.00/5 Total 1 Ratings
Developer https://gist.io
Payment Type free
Extension Website http://gist.io
Supported Languages 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"
        ]
    }
}