Notion 中文版

对Notion进行中文汉化

Notion 中文版とは何ですか?

Notion 中文版はhttps://wyz.xyzによって開発されたChromeの拡張機能で、その主な機能は「对Notion进行中文汉化」です。

拡張機能のスクリーンショット

screenshot
screenshot

Notion 中文版拡張機能のCRXファイルをダウンロード

Notion 中文版拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Notion 是个特别棒的笔记应用站点,但是对于很多不熟悉英文的用户来说,Notion 的英文操作界面会非常影响使用体验。
安装此扩展之后,打开Notion ,会将Notion 的操作界面汉化为中文。非常方便中文用户。                    

拡張機能の基本情報

名前 Notion 中文版 Notion 中文版
ID cfocjnjbgnenmlbikfglmnociegpgcaj
公式URL https://chrome.google.com/webstore/detail/notion-%E4%B8%AD%E6%96%87%E7%89%88/cfocjnjbgnenmlbikfglmnociegpgcaj
説明 对Notion进行中文汉化
ファイルサイズ 40.61 KB
インストール数 19,884
現在のバージョン 1.5
最終更新日 2022-01-27
公開日 2022-01-25
評価 2.82/5 合計 17 レビュー
開発者 https://wyz.xyz
Eメール [email protected]
拡張機能のウェブサイト https://wyz.xyz/
ヘルプページのURL https://wyz.xyz/d/308-notion
プライバシーポリシーページのURL https://wyz.xyz/p/1-PrivacyPolicy
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notion \u4e2d\u6587\u7248",
    "short_name": "Notion \u4e2d\u6587\u7248",
    "description": "\u5bf9Notion\u8fdb\u884c\u4e2d\u6587\u6c49\u5316",
    "version": "1.5",
    "homepage_url": "https:\/\/wyz.xyz\/",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icon-16.png",
        "default_title": "Notion \u4e2d\u6587\u7248",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/site\/notion.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.notion.so\/*",
                "*:\/\/*.notion.site\/*"
            ],
            "js": [
                "js\/notion.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}