Github Tab Size Manager
Use this extension to view git files with tab size specified
Github Tab Size Managerคืออะไร?
Github Tab Size Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Namandeep Singh Chugh และคุณลักษณะหลักของมันคือ "Use this extension to view git files with tab size specified"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Tab Size Manager
ดาวน์โหลดไฟล์ส่วนขยาย Github Tab Size Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Change tab size (from options menu) while viewing code on github.com or gist.github.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Tab Size Manager |
ID | enjegllgfhbkappebfdbgheefocllglo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-tab-size-manager/enjegllgfhbkappebfdbgheefocllglo |
คำอธิบาย | Use this extension to view git files with tab size specified |
ขนาดไฟล์ | 506 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2017-03-17 |
วันที่เผยแพร่ | 2017-03-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Namandeep Singh Chugh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Tab Size Manager", "version": "1.5", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "options_page": "options.html", "description": "Use this extension to view git files with tab size specified", "permissions": [ "storage", "*:\/\/gist.github.com\/*", "*:\/\/github.com\/*", "tabs", "webNavigation" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*", "*:\/\/gist.github.com\/*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |