Data URL Image Picker

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

What is Data URL Image Picker?

Data URL Image Picker is a Chrome extension developed by marcusvmendes, and its main feature is "Get any image on browser to the clipboard in url data format.".

Extension Screenshots

screenshot

Download Data URL Image Picker Extension CRX File

Download Data URL Image Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Data URL Image Picker Data URL Image Picker
ID ipfnafipbdlnjkfjhjjhoafikikchojl
Official URL https://chrome.google.com/webstore/detail/data-url-image-picker/ipfnafipbdlnjkfjhjjhoafikikchojl
Description Get any image on browser to the clipboard in url data format.
File Size 19.5 KB
Installation Count 142
Current Version 1.0
Last Updated 2014-09-26
Publish Date 2014-09-26
Rating 3.00/5 Total 2 Ratings
Developer marcusvmendes
Payment Type free
Supported Languages 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"
    ]
}