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
公式URL 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",
        ""
    ]
}