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
电子邮箱 [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
        }
    ]
}