image-picker

chrome extension named image picker version

What is image-picker?

image-picker is a Chrome extension developed by [email protected], and its main feature is "chrome extension named image picker version".

Extension Screenshots

screenshot

Download image-picker Extension CRX File

Download 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

                        This extension is a tool that save images from web page
This is good for web page to prevent right-click to download image
source
https://github.com/bluemirr5/image-picker2                    

Extension Basic Information

Name image-picker image-picker
ID bhibldekjicdbnjeeecmgoogcihoalhe
Official URL https://chromewebstore.google.com/detail/image-picker/bhibldekjicdbnjeeecmgoogcihoalhe
Description chrome extension named image picker version
File Size 307 KB
Installation Count 44,515
Current Version 2.0.4
Last Updated 2022-02-28
Publish Date 2019-06-27
Rating 4.49/5 Total 45 Ratings
Developer [email protected]
Email [email protected]
Payment Type free
Extension Website https://github.com/bluemirr5/image-picker2
Help Page URL https://github.com/bluemirr5/image-picker2
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "image-picker",
    "description": "chrome extension named image picker version",
    "author": "gswon ",
    "version": "2.0.4",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/bluemirr5\/image-picker2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "activeTab",
        "pageCapture",
        "downloads"
    ],
    "browser_action": {
        "default_title": "image-picker",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}