Pixelmodo
Easy Graphic Design Software. Simple Photo Editor.
Hvad er Pixelmodo?
Pixelmodo er en Chrome-udvidelse udviklet af http://pixelmodo.com, og dens hovedfunktion er "Easy Graphic Design Software. Simple Photo Editor.".
Udvidelsesskærmbilleder
Download Pixelmodo-udvidelses-CRX-fil
Download Pixelmodo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | imbndbhdcdpdflhcfheflmabchahkooc |
Officiel URL | https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc |
Beskrivelse | Easy Graphic Design Software. Simple Photo Editor. |
Filstørrelse | 42.67 KB |
Antal Installationer | 835 |
Nuværende Version | 1.2 |
Senest Opdateret | 2018-08-17 |
Udgivelsesdato | 2018-08-17 |
Bedømmelse | 1.82/5 Samlet 11 Bedømmelser |
Udvikler | http://pixelmodo.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://pixelmodo.com |
Hjælpeside-URL | https://pixelmodo.com/contact |
URL til Fortrolighedspolitik Side | https://joyworks.io/privacy |
Understøttede Sprog | 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" ] } } |