IPiccy | Web-Based Photo Editor

IPiccy is a free web-based photo editing application for photo editor, collage maker, graphic designer.

IPiccy | Web-Based Photo Editorคืออะไร?

IPiccy | Web-Based Photo Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.photoeditoronline.net และคุณลักษณะหลักของมันคือ "IPiccy is a free web-based photo editing application for photo editor, collage maker, graphic designer."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IPiccy | Web-Based Photo Editor

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

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

                        iPiccy is an advanced photo editing software. If you are looking for chrome web store photo editor extensions then IPiccy is one of the best photo editor applications. iPiccy will now get a chrome web store. With iPiccy you can edit photos and with Collage Maker you can create a collage with many images at once and also do Graphic Design. 

You can create Facebook cover banners using IPiccy. iPiccy is a free photo editor. You don't have to spend money to use IPiccy because IPiccy is a free photo editor, Collage Maker, and Graphic Designer web-based software. You do not need to download to use IPiccy. You can use IPiccy without downloading. For that, you need to have a laptop or PC internet connection. If you have an internet connection, you can use it with browsers like Chrome, Firefox, etc. On iPiccy you will find the three best special features.

Photo Editor:
iPiccy You will find a great Photo Editor for photo editing. Using iPiccy Photo Editor you can edit your photo with many more tools like an auto fix, crop, rotate, resize, and image.

Collage Maker:
If you want to make a collage with iPiccy with a lot of cool images. Then you can create Collage with iPiccy Collage Maker.

Graphic Designer:
If you want to do any design besides Benner, Instagram Post Design and Personal Card Design. You can complete your Graphic Design work using iPiccy Graphic Designer                    

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

ชื่อ IPiccy | Web-Based Photo Editor IPiccy | Web-Based Photo Editor
ID mlfjfilmacddkepajlnofaekjigkhjpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ipiccy-web-based-photo-ed/mlfjfilmacddkepajlnofaekjigkhjpb
คำอธิบาย IPiccy is a free web-based photo editing application for photo editor, collage maker, graphic designer.
ขนาดไฟล์ 53.05 KB
จำนวนการติดตั้ง 175
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-06-11
วันที่เผยแพร่ 2022-06-10
ผู้พัฒนา https://www.photoeditoronline.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.photoeditoronline.net/
URL หน้าช่วยเหลือ https://www.photoeditoronline.net/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.photoeditoronline.net/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "IPiccy | Web-Based Photo Editor",
    "description": "IPiccy is a free web-based photo editing application for photo editor, collage maker, graphic designer.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/default_icon_16.png",
            "32": "icons\/default_icon_32.png",
            "48": "icons\/default_icon_48.png",
            "128": "icons\/default_icon_128.png",
            "512": "icons\/default_icon_512.png"
        }
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.photoeditor.polarr.co\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}