Pixelmodo
Easy Graphic Design Software. Simple Photo Editor.
Qu'est-ce que Pixelmodo ?
Pixelmodo est une extension Chrome développée par http://pixelmodo.com, et sa fonction principale est "Easy Graphic Design Software. Simple Photo Editor.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pixelmodo
Téléchargez les fichiers d'extension Pixelmodo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | imbndbhdcdpdflhcfheflmabchahkooc |
URL Officiel | https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc |
Description | Easy Graphic Design Software. Simple Photo Editor. |
Taille du Fichier | 42.67 KB |
Nombre d'Installations | 835 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-08-17 |
Date de Publication | 2018-08-17 |
Évaluation | 1.82/5 Total 11 Évaluations |
Développeur | http://pixelmodo.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pixelmodo.com |
URL de la Page d'Aide | https://pixelmodo.com/contact |
URL de la Page de Politique de Confidentialité | https://joyworks.io/privacy |
Langues Prises en Charge | 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" ] } } |