fixPhoto - photo editor

Quick photo editing tools in popup window. cropping, resize, compress, filter image.paywall-free exports

fixPhoto - photo editorคืออะไร?

fixPhoto - photo editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fixphoto.tools และคุณลักษณะหลักของมันคือ "Quick photo editing tools in popup window. cropping, resize, compress, filter image.paywall-free exports"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย fixPhoto - photo editor

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

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

                        📢 Quick photo editing tools in popup window

📌 Why you should consider this:

✪ Complete photo editor in popup window.
✪ Grab an image from websites, edit and then replace it.
✪ Annotate & Edit before taking a screenshot.
✪ Edit screenshot with full-featured editor.
✪ Auto-save in picked local folder.
✪ Pure & clean code that powers fastest performance.
✪ No third-party libraries are used.
✪ No tracking.
📌 == Features ==

✅ All-in-one photo editing tools

⇒ Crop
⇒ Resize
⇒ Adjustments
⇒ Effects
⇒ Text
⇒ Frame
⇒ Watermark
⇒ Compress
⇒ Image format converter

✅ Grab image from website Grab any image and uploaded image file on websites for editing.

✅ Paywall-free export methods

copy : copy image in clipboard
Replace: Replace edited image with original image.
Download : Download image to disk.
Site's upload: Upload edited image to website.

✅ Main use cases

If website doesn't accept over limit size, then compress image with photoAstra. After compression, photoAstra replaces current image with a compressed image.

If your image's resolution doesn't match with website requirement, then resize image with photoAstra. After resizing, photoAstra replaces current image with resized image.

If you want to add watermark and want to protect your image from copied before publish on internet. then add your company watermark with photoAstra watermark tool

If you want to insert text , shadow, border in image

⚠️ Note:One gotcha
After picking image from os file explorer, popup window close in stable chrome (only work in chrome dev).  Chrome said that they launched this api since chrome 99 but it is not available in stable version.
Please copy and paste image or re-open popup window manually.                    

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

ชื่อ fixPhoto - photo editor fixPhoto - photo editor
ID fmdahcefjjbplpmfkgfhbdgfaommgpif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fixphoto-photo-editor/fmdahcefjjbplpmfkgfhbdgfaommgpif
คำอธิบาย Quick photo editing tools in popup window. cropping, resize, compress, filter image.paywall-free exports
ขนาดไฟล์ 94.01 KB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2023-03-12
วันที่เผยแพร่ 2023-02-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://fixphoto.tools
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fixphoto.tools/editor
URL หน้านโยบายความเป็นส่วนตัว https://brahmastra.vercel.app/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "offline_enabled": true,
    "minimum_chrome_version": "104",
    "name": "fixPhoto - photo editor",
    "description": "Quick photo editing tools in popup window. cropping, resize, compress, filter image.paywall-free exports",
    "version": "0.0.5",
    "author": "fixPhoto",
    "homepage_url": "https:\/\/fixphoto.tools\/",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/index.html"
    },
    "options_page": "popup\/index.html",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl + Shift + E"
            },
            "description": "open photo editor"
        }
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "optional_host_permissions": [
        ""
    ]
}