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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Print Notion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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';"
    }
}