Get Image Path

Get full Image path on right Click

Qu'est-ce que Get Image Path ?

Get Image Path est une extension Chrome développée par Swetal Mistri, et sa fonction principale est "Get full Image path on right Click".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Get Image Path

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

                        Extension for the Open Image of URL address. 

Get Image URL is an extension for Google Chrome browser that fits into your browser as an additional toolbar. It is a convenient plugin to Get Image URL address.
 
Сcapabilities:

- Open image URL in new Tab (from context menu)                    

Informations de Base sur l'Extension

Nom Get Image Path Get Image Path
ID jnfpmdndckmlcpmlfmcebfkfinlkignj
URL Officiel https://chrome.google.com/webstore/detail/get-image-path/jnfpmdndckmlcpmlfmcebfkfinlkignj
Description Get full Image path on right Click
Taille du Fichier 63.67 KB
Nombre d'Installations 460
Version Actuelle 0.2
Dernière Mise à Jour 2017-07-09
Date de Publication 2017-07-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Swetal Mistri
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Image Path",
    "description": "Get full Image path on right Click",
    "version": "0.2",
    "icons": {
        "16": "Images\/logo16.png",
        "48": "Images\/logo48.png",
        "128": "Images\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "clipboardRead",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "Images\/logo48.png"
    },
    "background": {
        "page": "popup.html",
        "persistent": true
    }
}