Notion中文版
一键实现 Notion 的简体和繁体中文汉化
Was ist Notion中文版?
Notion中文版 ist eine Chrome-Erweiterung, die von https://oto.ac.cn entwickelt wurde, und ihr Hauptmerkmal ist "一键实现 Notion 的简体和繁体中文汉化".
Erweiterungsscreenshots
Notion中文版-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notion中文版-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        一键实现 Notion 的简体中文和繁体中文汉化。
插件安装成功后点击插件,选择语言,原生就是英语,也可以选择简体或者繁体中文。
默认安装后自动使用简体中文版 Notion 。                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ljlhpcabhpjdlcjhbmgjigfceppgabmk | 
| Offizielle URL | https://chromewebstore.google.com/detail/notion%E4%B8%AD%E6%96%87%E7%89%88/ljlhpcabhpjdlcjhbmgjigfceppgabmk | 
| Beschreibung | 一键实现 Notion 的简体和繁体中文汉化 | 
| Dateigröße | 717 KB | 
| Installationsanzahl | 1,134 | 
| Aktuelle Version | 1.0.7 | 
| Letztes Update | 2024-01-18 | 
| Veröffentlichungsdatum | 2023-08-19 | 
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen | 
| Entwickler | https://oto.ac.cn | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://qunboost.com | 
| Hilfeseite URL | https://www.qunboost.com | 
| URL der Datenschutzrichtlinien-Seite | https://xhsfree.notion.site/Chrome-FireFox-Extension-Privacy-Policy-b8188ef69e0c43a7975aa64eb19e18cc?pvs=4 | 
| Unterstützte Sprachen | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.7",
    "author": "all",
    "name": "Notion\u4e2d\u6587\u7248",
    "description": "\u4e00\u952e\u5b9e\u73b0 Notion \u7684\u7b80\u4f53\u548c\u7e41\u4f53\u4e2d\u6587\u6c49\u5316",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "js": [
                "middle.0f410a79.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.notion.so\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.notion.so\/*"
        ]
    }
}  |  |