Notion Theme

Um tema dark para o Notion.

Wat is Notion Theme?

Notion Theme is een Chrome-extensie ontwikkeld door Matheus de Araujo, en de belangrijkste functie is "Um tema dark para o Notion.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Notion Theme

Download Notion Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Notion Theme Notion Theme
ID olefdafjpbgbadodlogiecloeogkjhdo
Officiële URL https://chrome.google.com/webstore/detail/notion-theme/olefdafjpbgbadodlogiecloeogkjhdo
Beschrijving Um tema dark para o Notion.
Bestandsgrootte 77.57 KB
Aantal Installaties 419
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-09-13
Publicatiedatum 2021-09-06
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Matheus de Araujo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}