Print Notion

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

Was ist Print Notion?

Print Notion ist eine Chrome-Erweiterung, die von https://printnotion.com entwickelt wurde, und ihr Hauptmerkmal ist "Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Print Notion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Print Notion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Print Notion Print Notion
ID ijaopicbldggjdgbnfdlkljeggibmcha
Offizielle URL https://chromewebstore.google.com/detail/print-notion/ijaopicbldggjdgbnfdlkljeggibmcha
Beschreibung Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.
Dateigröße 350 KB
Installationsanzahl 1,399
Aktuelle Version 2.2.0
Letztes Update 2024-02-07
Veröffentlichungsdatum 2023-03-08
Bewertung 4.71/5 Insgesamt 21 Bewertungen
Entwickler https://printnotion.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.printnotion.com
Hilfeseite URL https://www.printnotion.com
URL der Datenschutzrichtlinien-Seite https://www.notiontopdf.site/privacy.html
Unterstützte Sprachen 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';"
    }
}