PaperKnife Browser Plugin
Use this client PaperKnife plugin to interact and slice your Canva email templates
PaperKnife Browser Pluginとは何ですか?
PaperKnife Browser Pluginはhttp://paperknife.ioによって開発されたChromeの拡張機能で、その主な機能は「Use this client PaperKnife plugin to interact and slice your Canva email templates」です。
拡張機能のスクリーンショット
PaperKnife Browser Plugin拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |