🔍 View Image

View original the original image instead of the website when you click on an image in search results.

Qu'est-ce que 🔍 View Image ?

🔍 View Image est une extension Chrome développée par Koen Hendriks, et sa fonction principale est "View original the original image instead of the website when you click on an image in search results.".

Télécharger le fichier CRX de l'extension 🔍 View Image

Téléchargez les fichiers d'extension 🔍 View Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 🔍 View Image 🔍 View Image
ID aliekanhmmaldmiakdpanpileihbihfd
URL Officiel https://chrome.google.com/webstore/detail/%F0%9F%94%8D-view-image/aliekanhmmaldmiakdpanpileihbihfd
Description View original the original image instead of the website when you click on an image in search results.
Taille du Fichier 87.21 KB
Nombre d'Installations 215
Version Actuelle 0.0.1
Dernière Mise à Jour 2018-02-16
Date de Publication 2018-02-16
Évaluation 3.00/5 Total 2 Évaluations
Développeur Koen Hendriks
Type de Paiement free
Site Web de l'Extension http://viewimage.koenendaan.nl
Langues Prises en Charge 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"
            ]
        }
    ]
}