Print Notion

Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.

什么是Print Notion?

Print Notion是由https://printnotion.com开发的Chrome扩展程序,该扩展的主要功能是“Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Print Notion扩展crx文件

下载Print Notion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Print Notion is a Chrome Extension designed to enhance the printing functionality of Notion. It enables the rapid printing of Notion Pages, preserving the original format for various paper sizes and allowing for the creation of PDF files. Additionally, Print Notion supports custom template printing, allowing the application of data from Notion collections as parameters for batch printing. This feature facilitates the streamlined printing of documents such as orders, invoices, invitations, significantly improving efficiency by over 10 times.

Version 2.2.0:
New Features: 
1. Support reading data tables in the space shared by others
2. Support reading data columns of the relation type

Version 2.1.0:
New Features: 
- Supports printing directly from Side Peek.
Fix some bugs

Version 2.0.1:
- Fix some bugs

Version 2.0.0:
New Features: 
- Supports custom template printing, allowing the application of data from Notion collections as parameters for batch printing.
- Optimize UI experience                    

扩展基本信息

名称 Print Notion Print Notion
ID ijaopicbldggjdgbnfdlkljeggibmcha
官方URL https://chromewebstore.google.com/detail/print-notion/ijaopicbldggjdgbnfdlkljeggibmcha
简介 Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.
文件大小 350 KB
安装次数 1,399
当前版本 2.2.0
更新时间 2024-02-07
上架时间 2023-03-08
评分 4.71/5 共21次评分
开发者 https://printnotion.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.printnotion.com
帮助页面URL https://www.printnotion.com
隐私政策页面URL https://www.notiontopdf.site/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Print Notion",
    "version": "2.2.0",
    "description": "Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.",
    "action": {
        "default_icon": {
            "16": "images\/icon-16px.png",
            "32": "images\/icon-32px.png",
            "48": "images\/icon-48px.png",
            "128": "images\/icon-128px.png"
        },
        "default_title": "Print Notion",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "icons": {
        "16": "images\/icon-16px.png",
        "32": "images\/icon-32px.png",
        "48": "images\/icon-48px.png",
        "128": "images\/icon-128px.png"
    },
    "options_ui": {
        "page": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/index.html",
                "pages\/bootstrap.bundle.min.js",
                "pages\/bootstrap.min.css",
                "pages\/index.css",
                "pages\/index.js",
                "libs\/jquery-3.7.1.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.nftpowertool.com\/*",
                "https:\/\/*.notion.so\/*",
                "https:\/\/*.notion.site\/*",
                "https:\/\/*.notiontopdf.site\/*",
                "https:\/\/*.printnotion.com\/*"
            ],
            "js": [
                "libs\/jquery-3.7.1.min.js",
                "pages\/bootstrap.bundle.min.js",
                "libs\/imagesloaded.pkgd.min.js",
                "content.min.js"
            ],
            "css": [
                "style.css",
                "pages\/bootstrap.min.css",
                "pages\/index.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.ntfpowertool.com\/*",
        "https:\/\/*.notion.so\/*",
        "https:\/\/*.notion.site\/*",
        "https:\/\/*.notiontopdf.site\/*",
        "https:\/\/*.printnotion.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src https:\/\/*.notion.so https:\/\/*.notiontopdf.site:* https:\/\/*.printnotion.com:*",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}