Google Full Image Opener
After clicking an image from search results, use the context menu (right-click) to view the current image.
Google Full Image Openerคืออะไร?
Google Full Image Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arafat Husayn และคุณลักษณะหลักของมันคือ "After clicking an image from search results, use the context menu (right-click) to view the current image."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Full Image Opener
ดาวน์โหลดไฟล์ส่วนขยาย Google Full Image Opener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It brings the original image link opening back on new Google Images website. How to use: After clicking an image from search results, use the context menu (right-click) to view the current image in a new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | beojccknfoajfebcpijalgejjpbdipcb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/google-full-image-opener/beojccknfoajfebcpijalgejjpbdipcb |
คำอธิบาย | After clicking an image from search results, use the context menu (right-click) to view the current image. |
ขนาดไฟล์ | 39.81 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2020-08-15 |
วันที่เผยแพร่ | 2020-02-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Arafat Husayn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/arafathusayn/vanish-ads/blob/master/PRIVACY.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Full Image Opener", "short_name": "google-full-image-opener", "description": "After clicking an image from search results, use the context menu (right-click) to view the current image.", "version": "2.0", "permissions": [ "contextMenus", "storage", "tabs", "https:\/\/www.google.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "128": "icon128.png" } } |