🔍 View Image
View original the original image instead of the website when you click on an image in search results.
🔍 View Imageคืออะไร?
🔍 View Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Koen Hendriks และคุณลักษณะหลักของมันคือ "View original the original image instead of the website when you click on an image in search results."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 🔍 View Image
ดาวน์โหลดไฟล์ส่วนขยาย 🔍 View Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A certain big search engine which also does image searches, has removed there functionality to view the original image from the results recently. Normally, if you click on an image from the results the website from which the images originates will open. This extension changes that by making sure the original images opens directly in a new tab. This is a quick release so it may contain bugs. Please report any bugs you may find.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aliekanhmmaldmiakdpanpileihbihfd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/%F0%9F%94%8D-view-image/aliekanhmmaldmiakdpanpileihbihfd |
คำอธิบาย | View original the original image instead of the website when you click on an image in search results. |
ขนาดไฟล์ | 87.21 KB |
จำนวนการติดตั้ง | 215 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2018-02-16 |
วันที่เผยแพร่ | 2018-02-16 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Koen Hendriks |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://viewimage.koenendaan.nl |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\ud83d\udd0d View Image", "version": "0.0.1", "manifest_version": 2, "description": "View original the original image instead of the website when you click on an image in search results.", "homepage_url": "https:\/\/viewimage.koenendaan.nl", "icons": { "16": "logo\/zoom_logo_16.png", "48": "logo\/zoom_logo_48.png", "128": "logo\/zoom_logo_128.png" }, "browser_action": { "default_icon": { "16": "logo\/zoom_logo_16.png", "24": "logo\/zoom_logo_24.png", "32": "logo\/zoom_logo_32.png" }, "default_title": "View Image", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "script.js" ] } ] } |