ImGrab

This extension grabs images from Facebook Comments

什麼是ImGrab?

ImGrab是由http://loganmartel.me開發的Chrome擴展程式,該擴展的主要功能是“This extension grabs images from Facebook Comments”。

擴展截圖

screenshot
screenshot

下載ImGrab擴展crx文件

下載ImGrab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        (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.                    

擴展基本資訊

名稱 ImGrab ImGrab
ID joccgpegapffmlifpgelpkoeplfehppi
官方網址 https://chrome.google.com/webstore/detail/imgrab/joccgpegapffmlifpgelpkoeplfehppi
簡介 This extension grabs images from Facebook Comments
檔案大小 1.58 MB
安裝次數 17
目前版本 1.1.0
更新時間 2018-06-28
上架時間 2018-06-28
評分 5.00/5 共 2 次評分
開發者 http://loganmartel.me
付費類型 free
擴展官網 https://github.com/martelogan-legacy-projects/ImGrab
支援的語言 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",
        ""
    ]
}