Notion Theme

Um tema dark para o Notion.

What is Notion Theme?

Notion Theme is a Chrome extension developed by Matheus de Araujo, and its main feature is "Um tema dark para o Notion.".

Extension Screenshots

screenshot

Download Notion Theme Extension CRX File

Download Notion Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Um tema dark para o Notion para quem cansou do tema dark padrão que o notion oferece.                    

Extension Basic Information

Name Notion Theme Notion Theme
ID olefdafjpbgbadodlogiecloeogkjhdo
Official URL https://chrome.google.com/webstore/detail/notion-theme/olefdafjpbgbadodlogiecloeogkjhdo
Description Um tema dark para o Notion.
File Size 77.57 KB
Installation Count 419
Current Version 0.0.1
Last Updated 2021-09-13
Publish Date 2021-09-06
Rating 1.00/5 Total 1 Ratings
Developer Matheus de Araujo
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.1",
    "name": "Notion Theme",
    "author": "Matheus de Araujo Oliveira",
    "description": "Um tema dark para o Notion.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_title": "Notion Theme",
        "default_popup": "index.html",
        "default_icon": "icon.png"
    }
}