Github Gist Extension
easily connect the gist
Github Gist Extensionคืออะไร?
Github Gist Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย beyazberkay407 และคุณลักษณะหลักของมันคือ "easily connect the gist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Gist Extension
ดาวน์โหลดไฟล์ส่วนขยาย Github Gist Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension create a github gist button in github.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Gist Extension |
ID | mgapapnadfpedgnbcbfnlgimmbcnaokc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-gist-extension/mgapapnadfpedgnbcbfnlgimmbcnaokc |
คำอธิบาย | easily connect the gist |
ขนาดไฟล์ | 44.4 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2016-06-24 |
วันที่เผยแพร่ | 2016-06-24 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | beyazberkay407 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Gist Extension", "short_name": "Gist Extension", "version": "0.0.1", "manifest_version": 2, "description": "easily connect the gist", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "src\/jquery.js", "src\/background.js" ] } ] } |