HyperLinkImage

Showing all link image

Qu'est-ce que HyperLinkImage ?

HyperLinkImage est une extension Chrome développée par Ralvar, et sa fonction principale est "Showing all link image".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HyperLinkImage

Téléchargez les fichiers d'extension HyperLinkImage 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

                        Use Case:
Convert image URL in webpage into image element                    

Informations de Base sur l'Extension

Nom HyperLinkImage HyperLinkImage
ID enpjmoepmhbpenjgoepiejaoiaciimah
URL Officiel https://chromewebstore.google.com/detail/hyperlinkimage/enpjmoepmhbpenjgoepiejaoiaciimah
Description Showing all link image
Taille du Fichier 76.12 KB
Nombre d'Installations 133
Version Actuelle 0.0.4
Dernière Mise à Jour 2014-08-25
Date de Publication 2014-08-25
Développeur Ralvar
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Showing all link image",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/underscore\/underscore.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "contextMenus",
        "webRequest",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}