Fullscreen Image
View any image in fullscreen mode by right-clicking it.
Fullscreen Imageคืออะไร?
Fullscreen Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jakobkallin.com และคุณลักษณะหลักของมันคือ "View any image in fullscreen mode by right-clicking it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fullscreen Image
ดาวน์โหลดไฟล์ส่วนขยาย Fullscreen Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Right-click any image to view it in fullscreen mode, cropped to fit the entire screen for maximum immersion.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fullscreen Image |
ID | emlgbimicfdajjogdfjimamoedlibpnj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fullscreen-image/emlgbimicfdajjogdfjimamoedlibpnj |
คำอธิบาย | View any image in fullscreen mode by right-clicking it. |
ขนาดไฟล์ | 10.03 KB |
จำนวนการติดตั้ง | 2,518 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2017-05-10 |
วันที่เผยแพร่ | 2017-05-10 |
คะแนน | 4.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://jakobkallin.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fullscreen Image", "version": "0.0.0.3", "description": "View any image in fullscreen mode by right-clicking it.", "author": "Jakob Kallin", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "contextMenus", "storage", "file:\/\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true } } |