Data URL Image Picker

Get any image on browser to the clipboard in url data format.

Cos'è Data URL Image Picker?

Data URL Image Picker è un'estensione di Chrome sviluppata da marcusvmendes, e la sua funzione principale è "Get any image on browser to the clipboard in url data format.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Data URL Image Picker

Scarica i file di estensione Data URL Image Picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Data URL Image Picker Data URL Image Picker
ID ipfnafipbdlnjkfjhjjhoafikikchojl
URL Ufficiale https://chrome.google.com/webstore/detail/data-url-image-picker/ipfnafipbdlnjkfjhjjhoafikikchojl
Descrizione Get any image on browser to the clipboard in url data format.
Dimensione del File 19.5 KB
Conteggio Installazioni 142
Versione Corrente 1.0
Ultimo Aggiornamento 2014-09-26
Data di Pubblicazione 2014-09-26
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore marcusvmendes
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Data URL Image Picker",
    "description": "Get any image on browser to the clipboard in url data format.",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "imagepicker.core.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webNavigation",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead"
    ]
}