Notion 中文版
对Notion进行中文汉化
Notion 中文版คืออะไร?
Notion 中文版 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wyz.xyz และคุณลักษณะหลักของมันคือ "对Notion进行中文汉化"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notion 中文版
ดาวน์โหลดไฟล์ส่วนขยาย Notion 中文版 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } ] } |