ImGrab

This extension grabs images from Facebook Comments

ImGrabคืออะไร?

ImGrab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://loganmartel.me และคุณลักษณะหลักของมันคือ "This extension grabs images from Facebook Comments"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ImGrab

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}