🔍 View Image
View original the original image instead of the website when you click on an image in search results.
什麼是🔍 View Image?
🔍 View Image是由Koen Hendriks開發的Chrome擴展程式,該擴展的主要功能是“View original the original image instead of the website when you click on an image in search results.”。
下載🔍 View Image擴展crx文件
下載🔍 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 |
官方網址 | 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" ] } ] } |