Notion Boost

Boost Notion productivity with 20+ customizations like outline,small text full width for all,back to top button etc

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

Το Notion Boost είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gourav.io, και η κύρια λειτουργία του είναι "Boost Notion productivity with 20+ customizations like outline,small text full width for all,back to top button etc".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Make Notion more productive and less distractive. Notion Boost is a lightweight extension to add extra features and tweaks to Notion:

✔️ Show sticky outline (table of contents) for pages that have headings or sub-headings.
✔️ Set full width for all pages by default.
✔️ Set small text for all pages by default.
✔️ Add 'Scroll to top' button.
✔️ Disable AI menu when pressing space key.
✔️ Show full text in table cells on mouse hover.
✔️ Close slash command menu '/' by pressing space key.
✔️ Don't show slash command menu when pressing '/'.
✔️ Hide floating help button for all pages.
✔️ Align document images to left instead of center.
✔️ Show line numbers for code blocks.
✔️ Enable spellcheck inside code blocks.
✔️ Don't show popup menu when pasting external links.
✔️ Hide red notification icon from sidebar.
✔️ Add more height to page by hiding top padding, image cover, & icon
✔️ Make bold text bolder when using Notion in dark mode.
✔️ Truly hide 'Hidden columns' in Kanban board view.
✔️ Hide comments section from all pages.
✔️ Hide backlinks section from all pages.
✔️ Open full pages instead of preview.
✔️ Narrow spacing between list items.
✔️ Add indentation lines to lists.
✔️ Make Rollup URLs clickable.
✔️ Add frame to images.
✔️ Hide placeholder: Type '/' for commands.


🏠 Homepage: https://gourav.io/notion-boost

✅ Complete list of features: https://gourav.io/notion-boost#-currently-added-features

🙏 If you found this extension useful then please support it by rating ★★★★★.

Notion Boost is also available for Firefox, Brave, and Edge.

Follow @NotionBoost (https://twitter.com/NotionBoost) for unique tips, tricks, and free goodies.

_________________________________________________________
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 Boost is made by Gourav Goyal (https://gourav.io). I am a tech founder and productivity freak who relies heavily on Notion to organize things and manage work. I made this extension to make Notion more productive (and less distractive) by filling the gaps which I feel are lacked in the product. I hope you find this extension helpful :)

_________________________________________________________
PRIVACY POLICY

Notion Boost extension is an open-source project and has no ads, no analytics, no trackers, and no use of cookies. Furthermore, Notion Boost extension does not store or send any data from your Notion account.

_________________________________________________________
SUPPORT

https://github.com/GorvGoyl/Notion-Boost-browser-extension/issues                    

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

Όνομα Notion Boost Notion Boost
ID eciepnnimnjaojlkcpdpcgbfkpcagahd
Επίσημο URL https://chromewebstore.google.com/detail/notion-boost/eciepnnimnjaojlkcpdpcgbfkpcagahd
Περιγραφή Boost Notion productivity with 20+ customizations like outline,small text full width for all,back to top button etc
Μέγεθος Αρχείου 94.6 KB
Αριθμός Εγκαταστάσεων 91,895
Τρέχουσα Έκδοση 3.3.0
Τελευταία Ενημέρωση 2024-01-29
Ημερομηνία Δημοσίευσης 2020-10-02
Αξιολόγηση 4.60/5 Συνολικά 156 Αξιολογήσεις
Προγραμματιστής https://gourav.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://gourav.io/notion-boost
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/GorvGoyl/Notion-Boost-browser-extension/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Boost",
    "short_name": "Notion Boost",
    "version": "3.3.0",
    "description": "Boost Notion productivity with 20+ customizations like outline,small text full width for all,back to top button etc",
    "author": "Gourav Goyal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.notion.so\/*",
                "*:\/\/*.notion.site\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "extPay.bundle.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Notion Boost",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "web_accessible_resources": [
        "content.bundle.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src https:\/\/extensionpay.com",
    "homepage_url": "https:\/\/gourav.io\/notion-boost",
    "offline_enabled": true,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    }
}