Notion Mate

Notion Mate productivity with 25+ customizations like outline (TOC), small text, full width, image viewer, scroll to top etc.

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

Το Notion Mate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://notionmate.top, και η κύρια λειτουργία του είναι "Notion Mate productivity with 25+ customizations like outline (TOC), small text, full width, image viewer, scroll to top etc.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        🚩Chrome and Edge browser extensions make your Notion more efficient and enhance your experience. Supports unlimited zoom, pan, and rotation of the image viewer, as well as icon history,  colored text mark manager.

🎉Free trial for 3 days 🎉

✔️ Outline
✔️ Image Viewer
✔️ Full Width
✔️ Beautify Scrollbar
✔️ Hide Notification
✔️ Hide Help Button
✔️ Scroll To Top
✔️ Hide Comment Section
✔️ Indentation Lines
✔️ Hide Backlinks
✔️ Small Text
✔️ Code Line Numbers
✔️ Prevent Table Overflow
✔️ Generate Header Number
✔️ Count Words
✔️ Icon History
✔️ Empty Trash
✔️ Bolder Text
✔️ Growth Height
✔️ Border Image
✔️ Narrow Row Spacing
✔️ Hide Slash Command
✔️ Compact Code Block
✔️ Auto Set Default Font
✔️ Hide Hover Page Preview
✔️ Change Custom Font
✔️ Hide Sidebar Toolbuttons
✔️ Hide AI Menu When Press Space 
✔️ Fixed Favicon
✔️ Mark Manager

🌐Homepage
https://www.notionmate.top

❓Feedback
https://github.com/joansnotion/NotionMate/issues

⭐⭐⭐⭐⭐If you find it helpful to you, hope to get your five-star praise, thank you!

_________________________________________________________
🛠️HOW IT WORKS

1. Visit any notion page.
2. Click on the extension icon (clickable only when you are on a notion page).
3. A popup menu will appear, you can toggle features from there.

_________________________________________________________
🕵️WHO MADE THIS?

Notion Mate is produced by Joans. I'm a coder and a productivity freak, and I rely heavily on Notion to organize things and manage work. I made this extension to make Notion more productive (and less distracting) by filling in gaps that I felt were lacking in the product. I hope you find this extension helpful :)

_________________________________________________________
⚖️PRIVACY POLICY

The Notion Mate extension is a secure browser extension with no ads, no analytics, and no trackers. In addition, the Notion Mate extension does not store or send any data from your Nontion account.

_________________________________________________________
📣SUPPORT

https://github.com/joansnotion/NotionMate/issues                    

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

Όνομα Notion Mate Notion Mate
ID pplckfedebdimphneohkmhlmhompgpmn
Επίσημο URL https://chromewebstore.google.com/detail/notion-mate/pplckfedebdimphneohkmhlmhompgpmn
Περιγραφή Notion Mate productivity with 25+ customizations like outline (TOC), small text, full width, image viewer, scroll to top etc.
Μέγεθος Αρχείου 115 KB
Αριθμός Εγκαταστάσεων 125
Τρέχουσα Έκδοση 1.6.3
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2023-12-01
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://notionmate.top
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://notionmate.top
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/joansnotion/NotionMate/issues
URL της Σελίδας Πολιτικής Απορρήτου https://www.notion.so/Notion-Mate-Privacy-Policy-27591846a84b4bd7abd1ff601a169a7d
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Mate",
    "version": "1.6.3",
    "description": "Notion Mate productivity with 25+ customizations like outline (TOC), small text, full width, image viewer, scroll to top etc.",
    "action": {
        "default_title": "Click to view feature",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "fontSettings"
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "256": "images\/256.png",
        "512": "images\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.notion.so\/*",
                "*:\/\/*.notion.site\/*",
                "https:\/\/kodepay.io\/*"
            ],
            "css": [],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "http:\/\/www.notionmate.top"
}