Notion Presentation

Add presentation mode to Notion.

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

Το Notion Presentation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mosugi.com, και η κύρια λειτουργία του είναι "Add presentation mode to Notion.".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης Notion Presentation σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Notion Presentation" is a Google Chrome extension that converts Notion pages into a slideshow. By using this extension, you can use pages created in Notion as presentation materials as they are.

# Notion Presentation Features

You can display it like a slide by dividing it into blocks such as headers.
It also supports full-screen display, and you can switch slides with your mouse or keyboard.

- Create a slide show by dividing it with headers 😃
- Full-screen display with zoom in and out 🔍
- Switch slides with mouse or keyboard 🖱️⌨️
- All Notion blocks are available 📦
- Editable while displaying the slide ✍️
- Can present while keeping it private 🔒
- 2-column, 3-column, and various layout options 📐
- Settings for dividing blocks and hiding blocks 🔧

If you think this is useful, you can buy me a coffee here:
https://www.buymeacoffee.com/mosugi                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Notion Presentation Notion Presentation
ID ndhonaeneefdlbbflngdjlgehmgacfjh
Επίσημο URL https://chromewebstore.google.com/detail/notion-presentation/ndhonaeneefdlbbflngdjlgehmgacfjh
Περιγραφή Add presentation mode to Notion.
Μέγεθος Αρχείου 443 KB
Αριθμός Εγκαταστάσεων 558
Τρέχουσα Έκδοση 5.6.0
Τελευταία Ενημέρωση 2023-12-15
Ημερομηνία Δημοσίευσης 2022-12-20
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://mosugi.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mosugi.notion.site/Notion-Chrome-e91b09e2f75e4d90af1b64afcb25475d
Διεύθυνση URL της Σελίδας Βοήθειας https://mosugi.notion.site/Notion-Chrome-e91b09e2f75e4d90af1b64afcb25475d
URL της Σελίδας Πολιτικής Απορρήτου https://privacy.mosugi.com
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "5.6.0",
    "author": "mosugi",
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.notion.so\/*",
                "*:\/\/*.notion.site\/*"
            ],
            "js": [
                "notion.0c353a6a.js"
            ],
            "css": [
                "notion.db056d9a.css"
            ]
        }
    ],
    "default_locale": "en"
}