Print Notion
Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.
Hvad er Print Notion?
Print Notion er en Chrome-udvidelse udviklet af https://printnotion.com, og dens hovedfunktion er "Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents.".
Udvidelsesskærmbilleder
Download Print Notion-udvidelses-CRX-fil
Download Print Notion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Print Notion |
ID | ijaopicbldggjdgbnfdlkljeggibmcha |
Officiel URL | https://chromewebstore.google.com/detail/print-notion/ijaopicbldggjdgbnfdlkljeggibmcha |
Beskrivelse | Print Notion is a powerful tool that allows you to print your Notion pages as beautiful formatted documents. |
Filstørrelse | 350 KB |
Antal Installationer | 1,399 |
Nuværende Version | 2.2.0 |
Senest Opdateret | 2024-02-07 |
Udgivelsesdato | 2023-03-08 |
Bedømmelse | 4.71/5 Samlet 21 Bedømmelser |
Udvikler | https://printnotion.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.printnotion.com |
Hjælpeside-URL | https://www.printnotion.com |
URL til Fortrolighedspolitik Side | https://www.notiontopdf.site/privacy.html |
Understøttede Sprog | 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": [ " |