Notion Style Tweaks
Tweaks for Notion
Notion Style Tweaksคืออะไร?
Notion Style Tweaks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eliwimm และคุณลักษณะหลักของมันคือ "Tweaks for Notion"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notion Style Tweaks
ดาวน์โหลดไฟล์ส่วนขยาย Notion Style Tweaks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NST is a free and open source Chrome extension aiming to give great granular control over the visual appearance of Notion. If you find any bugs or have any suggestions feel free to open an issue on Github.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notion Style Tweaks |
ID | fclmlifmfhekeohpojchhkmgpmkplkpo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notion-style-tweaks/fclmlifmfhekeohpojchhkmgpmkplkpo |
คำอธิบาย | Tweaks for Notion |
ขนาดไฟล์ | 6.06 MB |
จำนวนการติดตั้ง | 1,868 |
เวอร์ชันปัจจุบัน | 0.7.2 |
อัปเดตครั้งล่าสุด | 2022-05-24 |
วันที่เผยแพร่ | 2022-02-04 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | eliwimm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/EliWimmer/notion-style-tweaks |
URL หน้าช่วยเหลือ | https://github.com/EliWimmer/notion-style-tweaks |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notion Style Tweaks", "description": "Tweaks for Notion", "homepage_url": "https:\/\/github.com\/EliWimmer\/notion-style-tweaks", "version": "0.7.2", "manifest_version": 3, "action": { "default_title": "Notion Style Tweaks", "default_popup": "index.html", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "content_scripts": [ { "run_at": "document_idle", "js": [ "build\/injection.js", "build\/update.js" ], "css": [ "stylesheets\/themes\/CSS\/theme.css", "stylesheets\/tweaks\/CSS\/tweaks.css" ], "matches": [ "https:\/\/www.notion.so\/*" ] } ], "background": { "service_worker": "build\/background.js" }, "permissions": [ "tabs", "scripting", "storage", "activeTab" ], "host_permissions": [ "https:\/\/www.notion.so\/*" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "fonts\/Cinzel-VariableFont_wght.ttf", "fonts\/DancingScript-VariableFont_wght.ttf", "fonts\/EBGaramond-VariableFont_wght.ttf", "fonts\/FiraCode-VariableFont_wght.ttf", "fonts\/Inconsolata-VariableFont_wght.ttf", "fonts\/Inter-VariableFont_wght.ttf", "fonts\/JetBrainsMono-VariableFont_wght.ttf", "fonts\/JosefinSans-VariableFont_wght.ttf", "fonts\/JosefinSlab-VariableFont_wght.ttf", "fonts\/Lora-VariableFont_wght.ttf", "fonts\/MavenPro-VariableFont_wght.ttf", "fonts\/Montserrat-VariableFont_wght.ttf", "fonts\/Mulish-VariableFont_wght.ttf", "fonts\/Nunito-VariableFont_wght.ttf", "fonts\/OpenSans-VariableFont_wght.ttf", "fonts\/Oswald-VariableFont_wght.ttf", "fonts\/OverpassMono-VariableFont_wght.ttf", "fonts\/Petrona-VariableFont_wght.ttf", "fonts\/PlayfairDisplay-VariableFont_wght.ttf", "fonts\/Quicksand-VariableFont_wght.ttf", "fonts\/Raleway-VariableFont_wght.ttf", "fonts\/RobotoMono-VariableFont_wght.ttf", "fonts\/RobotoSlab-VariableFont_wght.ttf", "fonts\/Rubik-VariableFont_wght.ttf", "fonts\/SourceCodePro-VariableFont_wght.ttf", "fonts\/WorkSans-VariableFont_wght.ttf" ], "matches": [ "https:\/\/www.notion.so\/*" ] } ] } |