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”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 PaperKnife Browser Plugin PaperKnife Browser Plugin
ID iemiomaelpglidodpcmafmgflppejjbk
官方網址 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"
    }
}