gist.io

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

gist.io là gì?

gist.io là một tiện ích mở rộng Chrome được phát triển bởi https://gist.io, và tính năng chính của nó là "Toggle between github.com and gist.io when viewing gists".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng gist.io

Tải xuống các tệp mở rộng gist.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gist.io gist.io
ID dbhgbgenagpfgjjhjenodmgadclfpcae
URL Chính Thức https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae
Mô tả Toggle between github.com and gist.io when viewing gists
Kích Thước Tệp 13.68 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2013-09-10
Ngày Phát Hành 2013-09-10
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://gist.io
Loại Thanh Toán free
Trang Web Mở Rộng http://gist.io
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}