Get Image Path

Get full Image path on right Click

Co to jest Get Image Path?

Get Image Path to rozszerzenie Chrome opracowane przez Swetal Mistri, a jego główną funkcją jest „Get full Image path on right Click”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Get Image Path

Pobierz pliki rozszerzeń Get Image Path w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Get Image Path Get Image Path
ID jnfpmdndckmlcpmlfmcebfkfinlkignj
Oficjalny URL https://chrome.google.com/webstore/detail/get-image-path/jnfpmdndckmlcpmlfmcebfkfinlkignj
Opis Get full Image path on right Click
Rozmiar pliku 63.67 KB
Liczba instalacji 460
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-07-09
Data Publikacji 2017-07-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Swetal Mistri
Typ Płatności free
Obsługiwane Języki 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
    }
}