GitHub Hardware Viewer
Tool for viewing hardware design files on Github
GitHub Hardware Viewerคืออะไร?
GitHub Hardware Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Hawes และคุณลักษณะหลักของมันคือ "Tool for viewing hardware design files on Github"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Hardware Viewer
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Hardware Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension for generating links in Github viewing PCB and 3D modeling files in-browser! No need to pull the repo to checkout hardware designs hosted in Github; just click the generated link next to the filename in a repo, and view the source immediately.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Hardware Viewer |
ID | oggfmoogaedapgampbfedliclpofigmn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-hardware-viewer/oggfmoogaedapgampbfedliclpofigmn |
คำอธิบาย | Tool for viewing hardware design files on Github |
ขนาดไฟล์ | 26.82 KB |
จำนวนการติดตั้ง | 145 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2024-01-17 |
วันที่เผยแพร่ | 2024-01-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Stephen Hawes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/opulo-inc/hardware-github-viewer |
URL หน้าช่วยเหลือ | https://github.com/opulo-inc/hardware-github-viewer |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitHub Hardware Viewer", "description": "Tool for viewing hardware design files on Github", "version": "1.1", "action": { "default_popup": "hello.html", "default_icon": "opulo.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/github.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "opulo.png" ], "matches": [ "https:\/\/github.com\/*" ] } ] } |