Tailored Notion

Redesign Notion the way you want

Tailored Notionคืออะไร?

Tailored Notion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tailored-notion.com และคุณลักษณะหลักของมันคือ "Redesign Notion the way you want"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tailored Notion

ดาวน์โหลดไฟล์ส่วนขยาย Tailored Notion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Notion is your all-in-one workspace, where you can write, plan, collaborate and get organised. If it's not already your favourite app, you should try it now: notion.so

Tailored Notion is a browser extension to improve the look of Notion when you use it directly from Chrome.

UPDATE v0.4.0

- Better compatibility with dark mode
- Fixed menu's icons
- You can now change the text color
- Fixed bugs with sidebar icons replacement
- Erase changes and reset to Notion's default parameters

UPDATE v0.3.7
- You can now pick different colours for the side & top bar or the background. Use at your own risk ;)
- bug fixes

UPDATE v0.3.4
- themes have been dropped and replaced by a font picker and a font-color picker
- More options have been added to get a focus mode. It removes unnecessary tools when you need deep-focus
- you can now pick a font from your device. So you have ample choice and it's faster than Google Fonts

Features:
- Pick a sidebar & top bar color
- Pick a font from your device
- Remove page's icon and cover
- Hide side & top bar
- Pages get a thinner padding when width is 100%
- Hide Emojis in the sidebar - get a slick look
- Replace Emojis in sidebar by Notion's logo with the first letter of the page
- Remove emojis from the browser tab
- Remove the help button

Once the extension is installed, make sure to pin it for easy access.

By clicking on the logo, you will access all available options.
You must hit "Save" and refresh the page to see the changes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tailored Notion Tailored Notion
ID hapcnpnopbmifahnnehfcncojejoiefn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tailored-notion/hapcnpnopbmifahnnehfcncojejoiefn
คำอธิบาย Redesign Notion the way you want
ขนาดไฟล์ 76.46 KB
จำนวนการติดตั้ง 13,679
เวอร์ชันปัจจุบัน 0.4.1
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2020-11-23
คะแนน 4.71/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://tailored-notion.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tailored-notion.com
URL หน้าช่วยเหลือ https://www.tailored-notion.com/support.html
URL หน้านโยบายความเป็นส่วนตัว https://www.tailored-notion.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tailored Notion",
    "description": "Redesign Notion the way you want",
    "version": "0.4.1",
    "author": "Thomas Malicet @tmalicet",
    "options_ui": {
        "page": "options.html"
    },
    "homepage_url": "http:\/\/tailored-notion.com",
    "icons": {
        "16": "assets\/notion-16.png",
        "48": "assets\/notion-48.png",
        "128": "assets\/notion-tailored.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.notion.so\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "css": [
                "themes\/common.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "fontSettings"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "themes\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/notion-16.png",
            "48": "assets\/notion-48.png",
            "128": "assets\/notion-tailored.png"
        }
    },
    "content_security_policy": []
}