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 |
| 官方網址 | 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 |
| 電子郵箱 | [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": [
" | |