ImGrab

This extension grabs images from Facebook Comments

ImGrab là gì?

ImGrab là một tiện ích mở rộng Chrome được phát triển bởi http://loganmartel.me, và tính năng chính của nó là "This extension grabs images from Facebook Comments".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng ImGrab 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

                        (WARNING: This project is currently unmaintained & appears to no longer work as expected with the latest realization of Facebook comments)

Sick of downloading images one-by-one from Facebook Comments? ImGrab has a solution.

Just click the icon while viewing the images in your active tab and ImGrab will buffer them all to a popup. From here, you can now click to instantly download the images or choose "Window View" to browse in a new window.

No more downloading lecture notes one JPEG at a time! No more sorting and renaming them  in your Downloads Folder. ImGrab's got your back. Go on, try it.                    

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

Tên ImGrab ImGrab
ID joccgpegapffmlifpgelpkoeplfehppi
URL Chính Thức https://chrome.google.com/webstore/detail/imgrab/joccgpegapffmlifpgelpkoeplfehppi
Mô tả This extension grabs images from Facebook Comments
Kích Thước Tệp 1.58 MB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-06-28
Ngày Phát Hành 2018-06-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://loganmartel.me
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/martelogan-legacy-projects/ImGrab
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ImGrab",
    "description": "This extension grabs images from Facebook Comments",
    "author": "Logan Martel",
    "version": "1.1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon40.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}