Image editor PaintMagick for photos
PaintMagick to create and edit photos and images online using a web browser
Image editor PaintMagick for photos क्या है?
Image editor PaintMagick for photos https://www.redcoolmedia.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PaintMagick to create and edit photos and images online using a web browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image editor PaintMagick for photos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
PaintMagick is an image editor for photos and draws with advanced drawing features, effects and filters. It allows to create and edit images directly in the web browser. You can create images, paste from clipboard (ctrl+v) or upload from computer (using menu or drag & drop). Everything stays in your web browser. Its main features are: - Files: open images, directories, URL, drag and drop, save, print. - Edit: undo, cut, copy, paste, selection, paste from clipboard. - Image: information, EXIF, trim, zoom, resize (Hermite resample, default resize), rotate, flip, color corrections, etc - Layers: multiple layers system, differences, merge, flatten, Transparency support. - Effects: Black and White, Blur (box, Gaussian, stack, zoom), Bulge/Pinch, ... - Tools like pencil or brush. - Help: keyboard shortcuts, translations.
एक्सटेंशन की मूल जानकारी
नाम | Image editor PaintMagick for photos |
ID | gefjgcijamcglmolelmpeegnflbjalfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-editor-paintmagick/gefjgcijamcglmolelmpeegnflbjalfa |
विवरण | PaintMagick to create and edit photos and images online using a web browser |
फ़ाइल का आकार | 469 KB |
स्थापना संख्या | 3,730 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2024-01-04 |
प्रकाशन तिथि | 2020-02-27 |
रेटिंग | 2.64/5 कुल 14 रेटिंग्स |
डेवलपर | https://www.redcoolmedia.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.redcoolmedia.net/index.php/web-online-images-apps/paintmagick-image-editor-online-for-photos |
गोपनीयता नीति पृष्ठ URL | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.3.4", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "settings.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "storage", "webNavigation", "webRequest" ], "background": { "service_worker": "service.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |