Notion Theme
Um tema dark para o Notion.
Notion Themeとは何ですか?
Notion ThemeはMatheus de Araujoによって開発されたChromeの拡張機能で、その主な機能は「Um tema dark para o Notion.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
ID | olefdafjpbgbadodlogiecloeogkjhdo |
公式URL | 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 |
Eメール | [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" } } |