Rich Image Previewer
Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Rich Image Previewerคืออะไร?
Rich Image Previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yoshifumi Shiiba และคุณลักษณะหลักของมันคือ "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rich Image Previewer
ดาวน์โหลดไฟล์ส่วนขยาย Rich Image Previewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds the Rich UI for the open image in tab mode on Google Chrome. It does not eat RAM on no using because runs only open an image on tab. The MIT License https://github.com/YoshifumiShiiba/RichImagePreviewer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rich Image Previewer |
ID | bnonggkheicloopdmbkkomefmokffafi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi |
คำอธิบาย | Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab. |
ขนาดไฟล์ | 317 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2013-04-13 |
วันที่เผยแพร่ | 2013-04-13 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Yoshifumi Shiiba |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.", "name": "Rich Image Previewer", "minimum_chrome_version": "20.0.0.0", "icons": { "48": "imageinfo-48.png", "128": "imageinfo-128.png", "16": "imageinfo-16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*.jpg", "https:\/\/*\/*.jpg", "http:\/\/*\/*.jpeg", "https:\/\/*\/*.jpeg", "http:\/\/*\/*.gif", "https:\/\/*\/*.gif", "http:\/\/*\/*.png", "https:\/\/*\/*.png" ], "js": [ "jquery-1.9.1.js", "jquery-ui-1.10.2.custom.min.js", "main.js" ], "css": [ "main.css" ] } ], "manifest_version": 2, "version": "1.0.2" } |