Print Notion

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

Cos'è Print Notion?

Print Notion è un'estensione di Chrome sviluppata da https://printnotion.com, e la sua funzione principale è "Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Print Notion

Scarica i file di estensione Print Notion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Print Notion Print Notion
ID ijaopicbldggjdgbnfdlkljeggibmcha
URL Ufficiale https://chromewebstore.google.com/detail/print-notion/ijaopicbldggjdgbnfdlkljeggibmcha
Descrizione Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.
Dimensione del File 350 KB
Conteggio Installazioni 1,399
Versione Corrente 2.2.0
Ultimo Aggiornamento 2024-02-07
Data di Pubblicazione 2023-03-08
Valutazione 4.71/5 Totale 21 Valutazioni
Sviluppatore https://printnotion.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.printnotion.com
URL della Pagina di Aiuto https://www.printnotion.com
URL della Pagina della Politica sulla Privacy https://www.notiontopdf.site/privacy.html
Lingue Supportate 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';"
    }
}