gist.io
Toggle between github.com and gist.io when viewing gists
gist.ioคืออะไร?
gist.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gist.io และคุณลักษณะหลักของมันคือ "Toggle between github.com and gist.io when viewing gists"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gist.io
ดาวน์โหลดไฟล์ส่วนขยาย gist.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dbhgbgenagpfgjjhjenodmgadclfpcae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae |
คำอธิบาย | Toggle between github.com and gist.io when viewing gists |
ขนาดไฟล์ | 13.68 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2013-09-10 |
วันที่เผยแพร่ | 2013-09-10 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://gist.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://gist.io |
ภาษาที่รองรับ | 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" ] } } |