GitHub Source Code Minimap
Adds a minimap to GitHub's source code viewer
GitHub Source Code Minimapคืออะไร?
GitHub Source Code Minimap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reinis Ivanovs และคุณลักษณะหลักของมันคือ "Adds a minimap to GitHub's source code viewer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Source Code Minimap
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Source Code Minimap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a minimap to GitHub's source code viewer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Source Code Minimap |
ID | iljknpnnoceplhlociodngokfookdmpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-source-code-minima/iljknpnnoceplhlociodngokfookdmpe |
คำอธิบาย | Adds a minimap to GitHub's source code viewer |
ขนาดไฟล์ | 14.83 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2018-09-17 |
วันที่เผยแพร่ | 2018-09-16 |
ผู้พัฒนา | Reinis Ivanovs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/slikts/gh-minimap |
URL หน้าช่วยเหลือ | https://github.com/slikts/gh-minimap/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Source Code Minimap", "short_name": "GH Minimap", "icons": { "128": "img\/icon-128.png" }, "version": "1.1.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "css\/main.css" ], "js": [ "js\/main.js" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/github.com\/slikts\/gh-minimap" } |