🔍 View Image
View original the original image instead of the website when you click on an image in search results.
O que é 🔍 View Image?
🔍 View Image é uma extensão do Chrome desenvolvida por Koen Hendriks, e sua principal característica é "View original the original image instead of the website when you click on an image in search results.".
Baixar o arquivo CRX da Extensão 🔍 View Image
Baixe arquivos de extensão 🔍 View Image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | aliekanhmmaldmiakdpanpileihbihfd |
URL Oficial | https://chrome.google.com/webstore/detail/%F0%9F%94%8D-view-image/aliekanhmmaldmiakdpanpileihbihfd |
Descrição | View original the original image instead of the website when you click on an image in search results. |
Tamanho do Arquivo | 87.21 KB |
Contagem de Instalações | 215 |
Versão Atual | 0.0.1 |
Última Atualização | 2018-02-16 |
Data de Publicação | 2018-02-16 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Koen Hendriks |
Tipo de Pagamento | free |
Site da Extensão | http://viewimage.koenendaan.nl |
Idiomas Suportados | 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" ] } ] } |