gist.io

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

Что такое gist.io?

gist.io - это расширение Chrome, разработанное https://gist.io, и его основная функция - "Toggle between github.com and gist.io when viewing gists".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения gist.io

Скачайте файлы расширений 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"
        ]
    }
}