github-chat
Chat within GitHub
github-chatคืออะไร?
github-chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Indie Goodies และคุณลักษณะหลักของมันคือ "Chat within GitHub"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย github-chat
ดาวน์โหลดไฟล์ส่วนขยาย github-chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Chat within GitHub
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | github-chat |
ID | fkkkglfjngejhnmjhhpahenlligojapa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-chat/fkkkglfjngejhnmjhhpahenlligojapa |
คำอธิบาย | Chat within GitHub |
ขนาดไฟล์ | 11.17 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2017-07-28 |
วันที่เผยแพร่ | 2017-07-28 |
ผู้พัฒนา | Indie Goodies |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://indiegoodies.com/chrome-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "github-chat", "version": "1.0.0", "manifest_version": 2, "description": "Chat within GitHub", "icons": { "16": "images\/16.png", "128": "images\/128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "js": [ "scripts\/content.js", "scripts\/iframe.js" ] } ], "permissions": [ "https:\/\/github.com\/*" ], "content_security_policy": "frame-src 'self' https:\/\/embed.tlk.io; default-src 'self' https:\/\/embed.tlk.io\/", "web_accessible_resources": [ "iframe.html", "scripts\/iframe.js" ] } |