Notion Power
A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button
Notion Powerとは何ですか?
Notion Powerはhttps://notionpower.appによって開発されたChromeの拡張機能で、その主な機能は「A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button」です。
拡張機能のスクリーンショット
Notion Power拡張機能のCRXファイルをダウンロード
Notion Power拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find More Details: https://notionpower.app/
My Twitter: https://twitter.com/Kevin4dev
My Email: [email protected]
-------------------------------------------------------------------------
Empower your notion experience.
Features:
- Fixed TOC: Explore your Notion page effortlessly with a handy Table of Contents (TOC).
- Theme Change: You can change the theme color.
- Personalized Fonts: Tailor the appearance of your Notion page by choosing from a variety of font families.
- Change Font Size: Adjust font size for comfortable reading.
- Scroll-To-Top button: Navigate seamlessly with the Scroll-to-Top button located in the bottom right corner, swiftly taking you back to the page's top.
- Hide Help Button: Foucs on the content by hiding the help button.
- Hide Breadcrumb: Hide the breadcrumb at the top of the page.
- Hide Page Properties: Hide the page properties at the top of the page.
- Hide Horizontal Scrollbar in board view: Remove the distracting horizontal scrollbar in board view.
- Hide Backlinks: Backlinks occupy a significant position, but their utility might not be substantial. Therefore, you can hide them through settings.
- Shortcut To Open Notion Calendar: Use keyboard shortcut Shift + Alt + P to open Notion Calendar. 拡張機能の基本情報
| 名前 | |
| ID | cmffadndapnkbglpnbolgnnmmbdihdom |
| 公式URL | https://chromewebstore.google.com/detail/notion-power/cmffadndapnkbglpnbolgnnmmbdihdom |
| 説明 | A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button |
| ファイルサイズ | 315 KB |
| インストール数 | 46 |
| 現在のバージョン | 1.4.0 |
| 最終更新日 | 2024-03-04 |
| 公開日 | 2023-09-10 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://notionpower.app |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://notionpower.app/ |
| プライバシーポリシーページのURL | https://notionpower.app/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notion Power",
"version": "1.4.0",
"description": "A fixed TOC for notion page, change the theme, change the font family, scroll-to-top button",
"manifest_version": 3,
"author": "Kevin4dev",
"action": {
"default_popup": "index.html",
"default_title": "Notion Power: Empower your notion experience",
"default_icon": {
"16": "src\/assets\/logo.png",
"24": "src\/assets\/logo.png",
"32": "src\/assets\/logo.png"
}
},
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader-dc640b74.js"
],
"matches": [
"http:\/\/www.notion.so\/*",
"https:\/\/www.notion.so\/*"
],
"css": [
"assets\/content-8d94337f.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"tabs",
"scripting",
"activeTab"
],
"host_permissions": [
" | |