PaperKnife Browser Plugin
Use this client PaperKnife plugin to interact and slice your Canva email templates
PaperKnife Browser Pluginคืออะไร?
PaperKnife Browser Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://paperknife.io และคุณลักษณะหลักของมันคือ "Use this client PaperKnife plugin to interact and slice your Canva email templates"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PaperKnife Browser Plugin
ดาวน์โหลดไฟล์ส่วนขยาย PaperKnife Browser Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create image based HTML email templates from your Canva designs in a few clicks. Forget about manually coding email templates. PaperKnife gives you other benefits such as visually editing the links and alt descriptions and storing images on our CDN. Just copy and paste the HTML code when you're done. Canva, the world’s easiest graphic design app, has made it possible for millions of people to create professional quality designs on their own. PaperKnife is an app that let’s you transform a design into quality standard html, and it integrates seamlessly with Canva. After you install the PaperKnife extension for Chrome, you’ll be able to quickly and easily code your designs without having to know HTML. Use them together and you’ll be unstoppable. Learn more at https://www.paperknife.io.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iemiomaelpglidodpcmafmgflppejjbk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/paperknife-browser-plugin/iemiomaelpglidodpcmafmgflppejjbk |
คำอธิบาย | Use this client PaperKnife plugin to interact and slice your Canva email templates |
ขนาดไฟล์ | 114 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2023-04-05 |
วันที่เผยแพร่ | 2021-07-07 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://paperknife.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://paperknife.io |
URL หน้าช่วยเหลือ | http://paperknife.io |
URL หน้านโยบายความเป็นส่วนตัว | https://paperknife.io/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PaperKnife Browser Plugin", "description": "Use this client PaperKnife plugin to interact and slice your Canva email templates", "version": "2.3", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Paperknife" }, "content_scripts": [ { "matches": [ "https:\/\/www.canva.com\/design\/*" ], "js": [ ".\/static\/js\/content.js" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "tabs", "cookies", "downloads" ], "host_permissions": [ "file:\/\/*", "*:\/\/*.paperknife.io\/", "https:\/\/paperknife.io\/" ], "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" } } |