Notion Theme

Um tema dark para o Notion.

什麼是Notion Theme?

Notion Theme是由Matheus de Araujo開發的Chrome擴展程式,該擴展的主要功能是“Um tema dark para o Notion.”。

擴展截圖

screenshot

下載Notion Theme擴展crx文件

下載Notion Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Notion Theme Notion Theme
ID olefdafjpbgbadodlogiecloeogkjhdo
官方網址 https://chrome.google.com/webstore/detail/notion-theme/olefdafjpbgbadodlogiecloeogkjhdo
簡介 Um tema dark para o Notion.
檔案大小 77.57 KB
安裝次數 419
目前版本 0.0.1
更新時間 2021-09-13
上架時間 2021-09-06
評分 1.00/5 共 1 次評分
開發者 Matheus de Araujo
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}