gist.io

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

gist.ioとは何ですか?

gist.ioはhttps://gist.ioによって開発されたChromeの拡張機能で、その主な機能は「Toggle between github.com and gist.io when viewing gists」です。

拡張機能のスクリーンショット

screenshot

gist.io拡張機能のCRXファイルをダウンロード

gist.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 gist.io gist.io
ID dbhgbgenagpfgjjhjenodmgadclfpcae
公式URL https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae
説明 Toggle between github.com and gist.io when viewing gists
ファイルサイズ 13.68 KB
インストール数 25
現在のバージョン 0.0.1
最終更新日 2013-09-10
公開日 2013-09-10
評価 2.00/5 合計 1 レビュー
開発者 https://gist.io
支払い方法 free
拡張機能のウェブサイト http://gist.io
対応言語 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"
        ]
    }
}