webpageImage

webpageImage extension

What is webpageImage?

webpageImage is a Chrome extension developed by Manfred Gruber, and its main feature is "webpageImage extension".

Extension Screenshots

screenshot

Download webpageImage Extension CRX File

Download webpageImage 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

                        webpageImage is a Google Chrome web browser extension to display, inspect and download various kinds of images which are loaded inside a web page.

webpageImage detects the following image types:
► HTML  element
► HTML  element
► SVG element
► HTML  element
► Data URLs
► background CSS
.                    

Extension Basic Information

Name webpageImage webpageImage
ID jpoinealdacefofgjkjkppcmkakgfenc
Official URL https://chromewebstore.google.com/detail/webpageimage/jpoinealdacefofgjkjkppcmkakgfenc
Description webpageImage extension
File Size 28.26 KB
Installation Count 236
Current Version 1.0.1
Last Updated 2019-03-09
Publish Date 2019-03-09
Rating 4.67/5 Total 3 Ratings
Developer Manfred Gruber
Email [email protected]
Payment Type free
Extension Website https://manfredgruber.net/webpageImage/
Help Page URL https://manfredgruber.net/webpageImage/
Privacy Policy Page URL https://manfredgruber.net/webpageImage
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "webpageImage",
    "version": "1.0.1",
    "description": "webpageImage extension",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "options_ui": {
        "page": "o.html"
    },
    "background": {
        "scripts": [
            "b.js"
        ]
    },
    "browser_action": {
        "default_title": "webpageImage"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}