Notion Themes by nbundle.com
Make Notion pretty with custom themes and fonts
Notion Themes by nbundle.comとは何ですか?
Notion Themes by nbundle.comはhttp://nbundle.comによって開発されたChromeの拡張機能で、その主な機能は「Make Notion pretty with custom themes and fonts」です。
拡張機能のスクリーンショット
Notion Themes by nbundle.com拡張機能のCRXファイルをダウンロード
Notion Themes by nbundle.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notion Themes by nbundle.com allows you to customize your Notion custom themes and fonts. Notion Themes by nbundle.com works with the Notion Mac App, the Notion Windows App, and the Notion Web App on Google Chrome, Brave, Microsoft Edge, & Firefox. Go to https://nbundle.com to get access to even more powerful Notion apps.
拡張機能の基本情報
名前 | |
ID | hnkidnkbclkdphjdajkcealmfagonpdl |
公式URL | https://chrome.google.com/webstore/detail/notion-themes-by-nbundlec/hnkidnkbclkdphjdajkcealmfagonpdl |
説明 | Make Notion pretty with custom themes and fonts |
ファイルサイズ | 41.98 KB |
インストール数 | 5,262 |
現在のバージョン | 0.0.9 |
最終更新日 | 2022-08-10 |
公開日 | 2022-07-20 |
評価 | 3.33/5 合計 9 レビュー |
開発者 | http://nbundle.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://pumpkint.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notion Themes by nbundle.com", "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https:\/\/notionthemes.netlify.app; style-src https:\/\/fonts.googleapis.com;" }, "manifest_version": 3, "version": "0.0.9", "description": "Make Notion pretty with custom themes and fonts", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/www.notion.so\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "nbundle\/content.js" ] } ], "background": { "service_worker": "nbundle\/background.js" }, "web_accessible_resources": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "resources": [ "icon16.png", "icon32.png", "icon48.png", "icon128.png", "nbundle\/app.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.notion.so\/*" ] } } |