Zenotes

Replace your new tab page with a clean, distraction-free notes miniapp

Zenotesคืออะไร?

Zenotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yanis T และคุณลักษณะหลักของมันคือ "Replace your new tab page with a clean, distraction-free notes miniapp"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zenotes

ดาวน์โหลดไฟล์ส่วนขยาย Zenotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A clean&simple notes app with markdown support.

- Replaces your new tab page
- Clean and minimalistic
- Markdown
- Source code: https://github.com/hiquest/zenotes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zenotes Zenotes
ID fphoofpcklpbccekhlcmhagpbddbkfdp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp
คำอธิบาย Replace your new tab page with a clean, distraction-free notes miniapp
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2019-03-08
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Yanis T
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hiquest/zenotes
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zenotes",
    "description": "Replace your new tab page with a clean, distraction-free notes miniapp",
    "version": "1.4",
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}