Photo Editor

Photo Editor is a powerful application to edit any image or photo which are available on the internet. Just right click on the…

Photo Editorคืออะไร?

Photo Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rahul Baruri และคุณลักษณะหลักของมันคือ "Photo Editor is a powerful application to edit any image or photo which are available on the internet. Just right click on the…"

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

screenshot
screenshot

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

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

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

                        Photo Editor is a powerful application to edit any image or photo which are available on the internet. Just right click on the photo and then select Open with Photo Editor. As simple as that.

Core Features:

✅  Edit any photos or images in the website with just right click on it.
✅  Tons of powerful builtin features and comes free of costs
✅  Lot of prebuilt image filters and effects
✅  Text editing and annotation
✅  Custom Icons and shapes
✅  Cropping images
✅  Editing Local files as well
✅  Wonderful User Interface
✅  Just click and go, no hassle of using desktop software or 3rd party web based applications                    

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

ชื่อ Photo Editor Photo Editor
ID padffmpicdplkgpeaapimbeggnmfelin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/photo-editor/padffmpicdplkgpeaapimbeggnmfelin
คำอธิบาย Photo Editor is a powerful application to edit any image or photo which are available on the internet. Just right click on the…
ขนาดไฟล์ 659 KB
จำนวนการติดตั้ง 7,593
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-08-05
วันที่เผยแพร่ 2020-07-28
คะแนน 3.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Rahul Baruri
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Photo Editor",
    "short_name": "The powerful and free Photo Editor to edit any photo on the web",
    "offline_enabled": true,
    "version": "1.0.0",
    "manifest_version": 2,
    "author": "Rahul Baruri ",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icons\/32.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "\/vendors\/tui-image-editor\/color-picker-style.css",
        "\/vendors\/tui-image-editor\/style.css",
        "\/styles\/injectable.css",
        "\/index.html"
    ]
}