NotionCn

中文 Notion 插件,社区人工翻译校验。插件封装由 Notion.Pet 提供。

NotionCn란 무엇입니까?

NotionCn은(는) https://notion.pet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "中文 Notion 插件,社区人工翻译校验。插件封装由 Notion.Pet 提供。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

NotionCn 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        中文 Notion 插件(notion中文版),社区人工翻译校验。插件封装由 组件世界/WidgetStore 提供。
👁 社区维护翻译校验
📌 原有功能不受影响

🌍 翻译贡献者:
reamd7

💻 开源项目
https://github.com/Reamd7/notion-zh_CN

❤️ 关于我们:
Made by 组件世界/WidgetStore/Notion.Pet                    

확장 프로그램 기본 정보

이름 NotionCn NotionCn
ID hmnaobgeiojplphcldmeiklgllchflpp
공식 URL https://chromewebstore.google.com/detail/notioncn/hmnaobgeiojplphcldmeiklgllchflpp
설명 中文 Notion 插件,社区人工翻译校验。插件封装由 Notion.Pet 提供。
파일 크기 272 KB
설치 횟수 30,000
현재 버전 1.0.3
최근 업데이트 2023-09-12
출시 날짜 2022-07-24
평점 4.52/5 총 25 개의 평점
개발자 https://notion.pet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://notion.pet/
도움말 페이지 URL https://notion.so/
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotionCn",
    "version": "1.0.3",
    "description": "\u4e2d\u6587 Notion \u63d2\u4ef6\uff0c\u793e\u533a\u4eba\u5de5\u7ffb\u8bd1\u6821\u9a8c\u3002\u63d2\u4ef6\u5c01\u88c5\u7531 Notion.Pet \u63d0\u4f9b\u3002",
    "keywords": "notion\u6c49\u5316,\u4e2d\u6587\u7248notion,notion\u4e2d\u6587,notion",
    "manifest_version": 2,
    "action": {
        "default_icon": {
            "16": ".\/assets\/icon16.png",
            "48": ".\/assets\/icon48.png",
            "128": ".\/assets\/icon128.png"
        }
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/notion.so\/*",
                "http:\/\/www.notion.so\/*",
                "https:\/\/notion.so\/*",
                "https:\/\/www.notion.so\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}