gist.io

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

Co je gist.io?

gist.io je rozšíření Chrome vyvinuté https://gist.io, a jeho hlavní funkcí je „Toggle between github.com and gist.io when viewing gists“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření gist.io

Stáhněte si soubory rozšíření gist.io ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název gist.io gist.io
ID dbhgbgenagpfgjjhjenodmgadclfpcae
Oficiální URL https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae
Popis Toggle between github.com and gist.io when viewing gists
Velikost souboru 13.68 KB
Počet instalací 25
Aktuální Verze 0.0.1
Poslední Aktualizace 2013-09-10
Datum Vydání 2013-09-10
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář https://gist.io
Typ Platby free
Webové stránky Rozšíření http://gist.io
Podporované Jazyky 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"
        ]
    }
}