Notion 中文版

对Notion进行中文汉化

Qu'est-ce que Notion 中文版 ?

Notion 中文版 est une extension Chrome développée par https://wyz.xyz, et sa fonction principale est "对Notion进行中文汉化".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Notion 中文版

Téléchargez les fichiers d'extension Notion 中文版 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Notion 中文版 Notion 中文版
ID cfocjnjbgnenmlbikfglmnociegpgcaj
URL Officiel https://chrome.google.com/webstore/detail/notion-%E4%B8%AD%E6%96%87%E7%89%88/cfocjnjbgnenmlbikfglmnociegpgcaj
Description 对Notion进行中文汉化
Taille du Fichier 40.61 KB
Nombre d'Installations 19,884
Version Actuelle 1.5
Dernière Mise à Jour 2022-01-27
Date de Publication 2022-01-25
Évaluation 2.82/5 Total 17 Évaluations
Développeur https://wyz.xyz
Email [email protected]
Site Web de l'Extension https://wyz.xyz/
URL de la Page d'Aide https://wyz.xyz/d/308-notion
URL de la Page de Politique de Confidentialité https://wyz.xyz/p/1-PrivacyPolicy
Langues Prises en Charge 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
        }
    ]
}