Pixelmodo
Easy Graphic Design Software. Simple Photo Editor.
Что такое Pixelmodo?
Pixelmodo - это расширение Chrome, разработанное http://pixelmodo.com, и его основная функция - "Easy Graphic Design Software. Simple Photo Editor.".
Снимки экрана расширения
Скачать файл CRX расширения Pixelmodo
Скачайте файлы расширений Pixelmodo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } } |