Print Notion

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

Τι είναι το Print Notion;

Το Print Notion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://printnotion.com, και η κύρια λειτουργία του είναι "Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Print Notion

Λήψη αρχείων επέκτασης 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';"
    }
}