Gist It
Lets you easily embed files from a github repository into any webpage just like a gist.
Gist Itคืออะไร?
Gist It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ishan และคุณลักษณะหลักของมันคือ "Lets you easily embed files from a github repository into any webpage just like a gist."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gist It
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |