Gist It

Lets you easily embed files from a github repository into any webpage just like a gist.

Gist It là gì?

Gist It là một tiện ích mở rộng Chrome được phát triển bởi Ishan, và tính năng chính của nó là "Lets you easily embed files from a github repository into any webpage just like a gist.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Gist It 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

 It generates html code similar to github gist which you can embed on your website or on your blog. Usage: 1. Visit the github repository page where the file is located. 2. Right Click on the file link which you would like to embed in your website. 3. Select Gist It from the context menu 4. The HTML code has been copied onto the clipboard. Example of HTML Code: 

Does nothing else - doesn't add any toolbar icons, weird popups or overlays - it just adds a simple Gist It item to your context menu.

This extension is open source.
Source code is available on https://github.com/ishu3101/gist-it

If you like Gist It, check out my other extensions too!

- Copy URL + Title                    

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

Tên Gist It Gist It
ID gmemoangmfinnplfifcjjdfeapdfgjkg
URL Chính Thức https://chromewebstore.google.com/detail/gist-it/gmemoangmfinnplfifcjjdfeapdfgjkg
Mô tả Lets you easily embed files from a github repository into any webpage just like a gist.
Kích Thước Tệp 24.31 KB
Số Lần Cài Đặt 254
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2016-02-20
Ngày Phát Hành 2016-02-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ishan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ishu3101/gist-it
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gist It",
    "version": "2.1",
    "description": "Lets you easily embed files from a github repository into any webpage just like a gist.",
    "icons": {
        "16": "img\/github16.png",
        "32": "img\/github32.png",
        "48": "img\/github48.png",
        "128": "img\/github128.png"
    },
    "background": {
        "scripts": [
            "embed.js"
        ],
        "permissions": false
    },
    "homepage_url": "https:\/\/github.com\/ishu3101\/gist-it",
    "permissions": [
        "contextMenus"
    ]
}