GitHub Image Preview
Preview issue images on GitHub. https://github.com/samkessaram/git-preview
GitHub Image Previewคืออะไร?
GitHub Image Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samkessaram และคุณลักษณะหลักของมันคือ "Preview issue images on GitHub. https://github.com/samkessaram/git-preview"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Image Preview
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Image Preview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Preview images on GitHub from the issues list view. An icon is added to any issue that contains images or screenshots. Click it to open a carousel and cycle through the images. Inspired by similar functionality in Reddit Enhancement Suite.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Image Preview |
ID | jkappkhadcobonipjjgfkcmnkpapegma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma |
คำอธิบาย | Preview issue images on GitHub. https://github.com/samkessaram/git-preview |
ขนาดไฟล์ | 37.45 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2018-01-04 |
วันที่เผยแพร่ | 2018-01-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | samkessaram |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/samkessaram/git-preview |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Image Preview", "author": "Sam Kessaram", "version": "0.1.6", "description": "Preview issue images on GitHub. https:\/\/github.com\/samkessaram\/git-preview", "icons": { "128": "camera.png" }, "web_accessible_resources": [ "camera.png" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "jquery.min.js", "scripts.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ] } |