View This Image
View any image by right clicking on it and selecting 'View This Image'.
View This Imageคืออะไร?
View This Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.onemast.com และคุณลักษณะหลักของมันคือ "View any image by right clicking on it and selecting 'View This Image'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย View This Image
ดาวน์โหลดไฟล์ส่วนขยาย View This Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you can view any image by right clicking on it and selecting 'View This Image'.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | poildibeoniaibomedledajlgfbohjda |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/poildibeoniaibomedledajlgfbohjda |
คำอธิบาย | View any image by right clicking on it and selecting 'View This Image'. |
ขนาดไฟล์ | 23.69 KB |
จำนวนการติดตั้ง | 456 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-06-04 |
วันที่เผยแพร่ | 2018-06-04 |
คะแนน | 4.64/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://www.onemast.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.onemast.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View This Image", "description": "View any image by right clicking on it and selecting 'View This Image'.", "version": "1.0", "permissions": [ "contextMenus" ], "icons": { "16": "icon\/16.png", "64": "icon\/64.png", "128": "icon\/128.png", "512": "icon\/512.png" }, "background": { "scripts": [ "viewthis.js" ] } } |