NotionPlus
Programming in Notion.so
NotionPlusคืออะไร?
NotionPlus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gine.me และคุณลักษณะหลักของมันคือ "Programming in Notion.so"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NotionPlus
ดาวน์โหลดไฟล์ส่วนขยาย NotionPlus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
在 Notion 编写任务代码,减少重复操作。通过编写代码增强 Notion 的使用体验,真正做到 All In One。
使用指南:https://www.notion.so/gine/NotionPlus-71508def3f5045a2a4d68909cf0727fe
更新日志:
version 1.9.10
+ 修复了 gWrapper 无法正常挂载的 bug。
version 1.9.9
+ 更新 notabase 到 0.8.1 版本,修复了一些潜在的 bug。
version 1.9.8
+ 添加了子任务模式,可以通过子任务来分解任务。
version 1.9.7
+ 支持echarts🎉
version 1.9.6
+ 支持Antv-g2🎉 现在可以在 Notion 中绘制图表了。
version 1.9.5
+ 更新 notabase 到 0.8.0 版本
+ 当 select/multi_select 选项不存在时,将自动创建选项。
+ eg. row.Tags = ["tag1","tag2"]. If "tag2" is not exist, notabase will auto create new option. you do not have to update schema by yourself. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mlmicgheiiebfodpmpgcekbhkeipeald |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notionplus/mlmicgheiiebfodpmpgcekbhkeipeald |
| คำอธิบาย | Programming in Notion.so |
| ขนาดไฟล์ | 2.64 MB |
| จำนวนการติดตั้ง | 551 |
| เวอร์ชันปัจจุบัน | 1.9.10 |
| อัปเดตครั้งล่าสุด | 2019-11-03 |
| วันที่เผยแพร่ | 2019-11-02 |
| คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://gine.me |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/mayneyao/NotionPlus |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.notion.so/Chrome-Extension-Privacy-Policy-5a63d256792145f79ee240a5f4302a1e |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NotionPlus",
"version": "1.9.10",
"description": "Programming in Notion.so",
"permissions": [
"storage"
],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"*:\/\/www.notion.so\/*"
],
"js": [
"\/static\/js\/plus.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "logo\/img_0628_16.png",
"32": "logo\/img_0628_32.png",
"48": "logo\/img_0628_48.png",
"128": "logo\/img_0628_128.png"
},
"manifest_version": 2
} | |