notion-enhancer

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

notion-enhancer란 무엇입니까?

notion-enhancer은(는) dragonwocky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "an enhancer/customiser for the all-in-one productivity workspace notion.so"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

notion-enhancer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}