Notion Power

A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button

¿Qué es Notion Power?

Notion Power es una extensión de Chrome desarrollada por https://notionpower.app, y su función principal es "A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Notion Power

Descarga archivos de extensión Notion Power en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Find More Details: https://notionpower.app/
My Twitter: https://twitter.com/Kevin4dev
My Email: [email protected]
-------------------------------------------------------------------------

Empower your notion experience.

Features:
-  Fixed TOC:  Explore your Notion page effortlessly with a handy Table of Contents (TOC).
- Theme Change: You can change the theme color.
-  Personalized Fonts: Tailor the appearance of your Notion page by choosing from a variety of font families.
- Change Font Size:  Adjust font size for comfortable reading.
-  Scroll-To-Top button:  Navigate seamlessly with the Scroll-to-Top button located in the bottom right corner, swiftly taking you back to the page's top.
- Hide Help Button: Foucs on the content by hiding the help button. 
- Hide Breadcrumb:  Hide the breadcrumb at the top of the page.
- Hide Page Properties: Hide the page properties at the top of the page.
- Hide Horizontal Scrollbar in board view: Remove the distracting horizontal scrollbar in board view.
- Hide Backlinks: Backlinks occupy a significant position, but their utility might not be substantial. Therefore, you can hide them through settings.
- Shortcut To Open Notion Calendar: Use keyboard shortcut Shift + Alt + P to open Notion Calendar.                    

Información Básica de la Extensión

Nombre Notion Power Notion Power
ID cmffadndapnkbglpnbolgnnmmbdihdom
URL Oficial https://chromewebstore.google.com/detail/notion-power/cmffadndapnkbglpnbolgnnmmbdihdom
Descripción A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button
Tamaño del Archivo 315 KB
Cantidad de Instalaciones 46
Versión Actual 1.4.0
Última Actualización 2024-03-04
Fecha de Publicación 2023-09-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://notionpower.app
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://notionpower.app/
URL de la Página de Política de Privacidad https://notionpower.app/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notion Power",
    "version": "1.4.0",
    "description": "A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button",
    "manifest_version": 3,
    "author": "Kevin4dev",
    "action": {
        "default_popup": "index.html",
        "default_title": "Notion Power: Empower your notion experience",
        "default_icon": {
            "16": "src\/assets\/logo.png",
            "24": "src\/assets\/logo.png",
            "32": "src\/assets\/logo.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content.tsx-loader-dc640b74.js"
            ],
            "matches": [
                "http:\/\/www.notion.so\/*",
                "https:\/\/www.notion.so\/*"
            ],
            "css": [
                "assets\/content-8d94337f.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/www.notion.so\/*",
                "https:\/\/www.notion.so\/*"
            ],
            "resources": [
                "assets\/logo-997c6194.png",
                "assets\/icon-collapse-b33b49ee.svg",
                "assets\/logo-b2c5df7c.js",
                "assets\/const-ad5d9d09.js",
                "assets\/content.tsx-14f09921.js"
            ],
            "use_dynamic_url": true
        }
    ]
}