Pixelmodo
Easy Graphic Design Software. Simple Photo Editor.
Apa itu Pixelmodo?
Pixelmodo adalah ekstensi Chrome yang dikembangkan oleh http://pixelmodo.com, dan fitur utamanya adalah "Easy Graphic Design Software. Simple Photo Editor.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pixelmodo
Unduh file ekstensi Pixelmodo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | imbndbhdcdpdflhcfheflmabchahkooc |
URL Resmi | https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc |
Deskripsi | Easy Graphic Design Software. Simple Photo Editor. |
Ukuran File | 42.67 KB |
Jumlah Instalasi | 835 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-08-17 |
Tanggal Publikasi | 2018-08-17 |
Penilaian | 1.82/5 Total 11 Penilaian |
Pengembang | http://pixelmodo.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pixelmodo.com |
URL Halaman Bantuan | https://pixelmodo.com/contact |
URL Halaman Kebijakan Privasi | https://joyworks.io/privacy |
Bahasa yang Didukung | 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" ] } } |