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 |
公式URL | 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" ] } |