Fullwidth Image
Fullwidth Image plugin makes your image fit to screen.
Fullwidth Imageคืออะไร?
Fullwidth Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anwar H. และคุณลักษณะหลักของมันคือ "Fullwidth Image plugin makes your image fit to screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fullwidth Image
ดาวน์โหลดไฟล์ส่วนขยาย Fullwidth Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fullwidth Image plugin makes your image fit to screen. Basically it is developed for web designers who often view jpg version of their web templates in a browser. In most cases the images are wider than normal browser viewport or sometimes less wider. This plugin will help viewer to make opened image full width to current viewport.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fullwidth Image |
ID | binnhbjoemjhkfedljnobbghgfbfppam |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam |
คำอธิบาย | Fullwidth Image plugin makes your image fit to screen. |
ขนาดไฟล์ | 8.67 KB |
จำนวนการติดตั้ง | 632 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-09-27 |
วันที่เผยแพร่ | 2016-09-27 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Anwar H. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullwidth Image", "description": "Fullwidth Image plugin makes your image fit to screen.", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/getanwar\/fullwidth-image", "permissions": [ "activeTab" ], "background": { "scripts": [ "action.js" ], "persistent": false }, "browser_action": { "default_title": "Fullwidth Image", "default_icon": "icon.png" } } |