Image Extractor - by Visual View

Single click extract and download images on any webpage

Vad är Image Extractor - by Visual View?

Image Extractor - by Visual View är en Chrome-tillägg utvecklad av https://visualview.app, och dess huvudfunktion är "Single click extract and download images on any webpage".

Tilläggsskärmbilder

screenshot

Ladda ner Image Extractor - by Visual View-förlängningens CRX-fil

Ladda ner Image Extractor - by Visual View-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The simplest way to extract and download images on a webpage.                    

Grundläggande Information om Tillägg

Namn Image Extractor - by Visual View Image Extractor - by Visual View
ID ppbbnicomlpilfkohhknjdkndelfncjl
Officiell webbadress https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl
Beskrivning Single click extract and download images on any webpage
Filstorlek 656 KB
Antal Installationer 2,697
Aktuell Version 0.0.4
Senast Uppdaterad 2022-07-21
Publiceringsdatum 2021-06-29
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare https://visualview.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.visualview.app/
URL till Sekretesspolicy Sidan https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Extractor - by Visual View",
    "description": "Single click extract and download images on any webpage",
    "version": "0.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "title": "Extract images"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "downloads",
        "activeTab"
    ]
}