Images download

Descarga todas las imágenes de un sitio web

Images download là gì?

Images download là một tiện ích mở rộng Chrome được phát triển bởi F5, Soluciones y Desarrollo, và tính năng chính của nó là "Descarga todas las imágenes de un sitio web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Images download

Tải xuống các tệp mở rộng Images download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Con ésta extensión puedes descargar todas las imágenes de un sitio web, incluyendo facebook, twitter e instagram                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Images download Images download
ID ocncmjmmpmfngikncbnjedpjnihbefok
URL Chính Thức https://chrome.google.com/webstore/detail/ocncmjmmpmfngikncbnjedpjnihbefok
Mô tả Descarga todas las imágenes de un sitio web
Kích Thước Tệp 82.75 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.1.6
Cập Nhật Lần Cuối 2016-02-11
Ngày Phát Hành 2016-02-11
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển F5, Soluciones y Desarrollo
Loại Thanh Toán free
Trang Web Mở Rộng http://fcinco.com.mx
Ngôn Ngữ Được Hỗ Trợ 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\/"
}