Image Editor & Tools - iLoveIMG

Easily edit, convert or download web page images and screenshots with iLoveIMG

Image Editor & Tools - iLoveIMGคืออะไร?

Image Editor & Tools - iLoveIMG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.iloveimg.com และคุณลักษณะหลักของมันคือ "Easily edit, convert or download web page images and screenshots with iLoveIMG"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Editor & Tools - iLoveIMG

ดาวน์โหลดไฟล์ส่วนขยาย Image Editor & Tools - iLoveIMG ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        iLoveIMG provides simple yet top quality tools to edit your images efficiently -all from one place. Editing and converting images is free and easy. iLoveIMG Chrome extension brings you a powerful image editing toolkit to make you look like a pro. 

● Batch Downloader: Download all the images from a Web page at once. iLoveIMG extension will dig out hard to get all images in the page. Filter by images format, size or orientation.
● Capture Screenshot: Take a screen capture of a whole Web page. Convert any Web page to an image file that can be easily downloaded, shared and accessed offline.
● Image export: Export images from a site to iloveimg.com for additional editing options. Filter by images format, size or orientation.
● Compress JPG, PNG or GIF with the best quality and compression. Reduce the file size of your images for easy sharing.
● Resize JPG, PNG, SVG or GIF by defining new height and width pixels. Change image dimensions in batch. 
● Crop JPG, PNG or GIF by defining new size in pixels. Crop images into Facebook covers, Twitter headers, or get the perfect aspect ratio for your printables.
● Convert images to JPG. Transform PNG, GIF, TIF, PSD, SVG, WEBP or RAW to JPG format. Convert multiple images to JPG online at once.
● Convert from JPG. Transform JPG to PNG or GIF. Convert many JPG to images online at once.
● Watermark JPG, PNG or GIF images. Protect your images from online theft. 
● Rotate JPG, PNG or GIF. Rotate multiple images at once with portrait or landscape orientation.
● Photo Editor: Add text, stickers, effects and filters to your photos. Edit your photos online.
● HTML converter: Convert web pages to JPG or SVG and maintain the visual aspect.
● Meme generator: Caption memes or upload your own images to make custom memes.

Millions of people visit iLoveIMG every month to improve their images. Join the millions who choose to save time using iLoveIMG to edit their images with ease.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Editor & Tools - iLoveIMG Image Editor & Tools - iLoveIMG
ID cfjmmannfmgianghochcmbldommiefec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-editor-tools-ilovei/cfjmmannfmgianghochcmbldommiefec
คำอธิบาย Easily edit, convert or download web page images and screenshots with iLoveIMG
ขนาดไฟล์ 230 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2021-06-15
วันที่เผยแพร่ 2020-03-31
คะแนน 4.05/5 รวมทั้งหมด 133 คะแนน
ผู้พัฒนา https://www.iloveimg.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.iloveimg.com/r/site-index
URL หน้าช่วยเหลือ https://www.iloveimg.com/r/site-contact
URL หน้านโยบายความเป็นส่วนตัว https://www.ilovepdf.com/help/privacy
ภาษาที่รองรับ id,ms,de,en,fr,nl,vi,tr,ca,es,it,pl,sv,el,bg,ru,uk,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShort__",
    "description": "__MSG_appDesc__",
    "version": "3.0",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "unlimitedStorage",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.iloveimg.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}