Mini Photo Editor

Allows you to edit an image from a remote site or your computer, using the most common operations like resize, crop, rotate.

Mini Photo Editor क्या है?

Mini Photo Editor jonkotzonev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to edit an image from a remote site or your computer, using the most common operations like resize, crop, rotate."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mini Photo Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Have you ever browsed the internet to find an easy to use and free image editing tool? This extensions solves this problem. You can right click on any image on the internet and choose "Mini Photo Editor", which will open a new tab for you with the image displayed there and an option to edit it(resize, crop, rotate) and download the result right away. You can also upload your own  images from your local drive by clicking 'Load image' button. 
The "Mini Photo Editor" can be triggered by right clicking on images on any website or by clicking the "Mini Photo Editor" icon in the extensions bar. If you trigger the tool by right clicking on an image, the clicked image will be loaded, if you click on the icon in the extension bar an empty page will be opened, where you can select your image from local disk.                    

एक्सटेंशन की मूल जानकारी

नाम Mini Photo Editor Mini Photo Editor
ID fimnokacnnhajejhgokdhjmhcogjngcj
आधिकारिक URL https://chromewebstore.google.com/detail/mini-photo-editor/fimnokacnnhajejhgokdhjmhcogjngcj
विवरण Allows you to edit an image from a remote site or your computer, using the most common operations like resize, crop, rotate.
फ़ाइल का आकार 25.12 KB
स्थापना संख्या 25
वर्तमान संस्करण 2.2
अंतिम अपडेट 2024-01-18
प्रकाशन तिथि 2022-07-09
डेवलपर jonkotzonev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mini Photo Editor",
    "description": "Allows you to edit an image from a remote site or your computer, using the most common operations like resize, crop, rotate.",
    "version": "2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "action": [],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}