Image Extractor - by Visual View
Single click extract and download images on any webpage
Wat is Image Extractor - by Visual View?
Image Extractor - by Visual View is een Chrome-extensie ontwikkeld door https://visualview.app, en de belangrijkste functie is "Single click extract and download images on any webpage".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Extractor - by Visual View
Download Image Extractor - by Visual View-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The simplest way to extract and download images on a webpage.
Basisinformatie over de Extensie
Naam | Image Extractor - by Visual View |
ID | ppbbnicomlpilfkohhknjdkndelfncjl |
Officiële URL | https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl |
Beschrijving | Single click extract and download images on any webpage |
Bestandsgrootte | 656 KB |
Aantal Installaties | 2,697 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2022-07-21 |
Publicatiedatum | 2021-06-29 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://visualview.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.visualview.app/ |
URL van de Privacybeleid Pagina | https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8 |
Ondersteunde Talen | 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" ] } |