Images download
Descarga todas las imágenes de un sitio web
Wat is Images download?
Images download is een Chrome-extensie ontwikkeld door F5, Soluciones y Desarrollo, en de belangrijkste functie is "Descarga todas las imágenes de un sitio web".
Extensie Screenshots
Download het CRX-bestand van de extensie Images download
Download Images download-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
Con ésta extensión puedes descargar todas las imágenes de un sitio web, incluyendo facebook, twitter e instagram
Basisinformatie over de Extensie
Naam | |
ID | ocncmjmmpmfngikncbnjedpjnihbefok |
Officiële URL | https://chrome.google.com/webstore/detail/ocncmjmmpmfngikncbnjedpjnihbefok |
Beschrijving | Descarga todas las imágenes de un sitio web |
Bestandsgrootte | 82.75 KB |
Aantal Installaties | 93 |
Huidige Versie | 1.1.6 |
Laatst Bijgewerkt | 2016-02-11 |
Publicatiedatum | 2016-02-11 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | F5, Soluciones y Desarrollo |
Betalingswijze | free |
Extensiewebsite | http://fcinco.com.mx |
Ondersteunde Talen | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Images download", "description": "Descarga todas las im\u00e1genes de un sitio web", "version": "1.1.6", "icons": { "128": "128.png", "16": "32.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "32.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage", "background" ], "homepage_url": "http:\/\/fcinco.com.mx\/" } |