Notion 中文版
对Notion进行中文汉化
Notion 中文版란 무엇입니까?
Notion 中文版은(는) https://wyz.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "对Notion进行中文汉化"입니다.
확장 프로그램 스크린샷
Notion 中文版 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } ] } |