Gist It
Lets you easily embed files from a github repository into any webpage just like a gist.
什麼是Gist It?
Gist It是由Ishan開發的Chrome擴展程式,該擴展的主要功能是“Lets you easily embed files from a github repository into any webpage just like a gist.”。
擴展截圖
下載Gist It擴展crx文件
下載Gist It擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Gist It |
ID | gmemoangmfinnplfifcjjdfeapdfgjkg |
官方網址 | https://chromewebstore.google.com/detail/gist-it/gmemoangmfinnplfifcjjdfeapdfgjkg |
簡介 | Lets you easily embed files from a github repository into any webpage just like a gist. |
檔案大小 | 24.31 KB |
安裝次數 | 254 |
目前版本 | 2.1 |
更新時間 | 2016-02-20 |
上架時間 | 2016-02-19 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Ishan |
付費類型 | free |
擴展官網 | https://github.com/ishu3101/gist-it |
支援的語言 | 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" ] } |