Pixelmodo
Easy Graphic Design Software. Simple Photo Editor.
Pixelmodo क्या है?
Pixelmodo http://pixelmodo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy Graphic Design Software. Simple Photo Editor."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pixelmodo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Grab text and images from any webpage into the PixelModo editor for quick customisation. Highlight texts or right-click images on any webpage, select "Open in Pixelmodo". You'll be taken instantly to the editor to complete your graphics. Pixelmodo offers you: - Over 2,000,000+ royalty-free background photos, icons and shapes - Over 1,000,000+ quotes - 500+ templates with 50+ new templates added monthly - Ability to upload custom fonts - Ability to invite team members and organise your graphics in Folders - Pick a Pre-set size or enter a custom size.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | imbndbhdcdpdflhcfheflmabchahkooc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc |
विवरण | Easy Graphic Design Software. Simple Photo Editor. |
फ़ाइल का आकार | 42.67 KB |
स्थापना संख्या | 835 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2018-08-17 |
प्रकाशन तिथि | 2018-08-17 |
रेटिंग | 1.82/5 कुल 11 रेटिंग्स |
डेवलपर | http://pixelmodo.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pixelmodo.com |
सहायता पृष्ठ URL | https://pixelmodo.com/contact |
गोपनीयता नीति पृष्ठ URL | https://joyworks.io/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixelmodo", "description": "Easy Graphic Design Software. Simple Photo Editor.", "version": "1.2", "browser_action": { "default_icon": "favicon.png", "default_title": "Pixelmodo" }, "icons": { "32": "favicon.png", "48": "favicon.png", "56": "favicon.png", "64": "favicon.png" }, "permissions": [ "activeTab", "storage", "contextMenus", "tabs" ], "background": { "scripts": [ "pixelmodo.js" ] } } |