notion-enhancer

an enhancer/customiser for the all-in-one productivity workspace notion.so

notion-enhancerคืออะไร?

notion-enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dragonwocky และคุณลักษณะหลักของมันคือ "an enhancer/customiser for the all-in-one productivity workspace notion.so"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย notion-enhancer

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

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

                        Adds new colour themes, extra sidebar features, right to left text, database customisation, icon upload history, and many more features to the Notion web client. For a full feature list and usage guide, check out the notion-enhancer website @ https://notion-enhancer.github.io/                    

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

ชื่อ notion-enhancer notion-enhancer
ID dndcmiicjbkfcbpjincpefjkagflbbnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notion-enhancer/dndcmiicjbkfcbpjincpefjkagflbbnl
คำอธิบาย an enhancer/customiser for the all-in-one productivity workspace notion.so
ขนาดไฟล์ 1.81 MB
จำนวนการติดตั้ง 36,641
เวอร์ชันปัจจุบัน 0.11.0.1
อัปเดตครั้งล่าสุด 2021-12-31
วันที่เผยแพร่ 2021-12-31
คะแนน 4.59/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา dragonwocky
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://notion-enhancer.github.io
URL หน้าช่วยเหลือ https://discord.gg/sFWPXtA
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "notion-enhancer",
    "version": "0.11.0.1",
    "author": "dragonwocky  (https:\/\/dragonwocky.me\/)",
    "description": "an enhancer\/customiser for the all-in-one productivity workspace notion.so",
    "homepage_url": "https:\/\/notion-enhancer.github.io",
    "icons": {
        "16": "media\/colour-x16.png",
        "32": "media\/colour-x32.png",
        "48": "media\/colour-x48.png",
        "128": "media\/colour-x128.png",
        "256": "media\/colour-x256.png",
        "512": "media\/colour-x512.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "worker.js"
        ]
    },
    "options_ui": {
        "page": "repo\/menu\/menu.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "env\/*",
        "api\/*",
        "dep\/*",
        "media\/*",
        "repo\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.notion.so\/*",
                "https:\/\/*.notion.site\/*"
            ],
            "js": [
                "init.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "unlimitedStorage"
    ]
}