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" ] } } |