Zenotes

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

Zenotes là gì?

Zenotes là một tiện ích mở rộng Chrome được phát triển bởi Yanis T, và tính năng chính của nó là "Replace your new tab page with a clean, distraction-free notes miniapp".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zenotes

Tải xuống các tệp mở rộng Zenotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A clean&simple notes app with markdown support.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zenotes Zenotes
ID fphoofpcklpbccekhlcmhagpbddbkfdp
URL Chính Thức https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp
Mô tả Replace your new tab page with a clean, distraction-free notes miniapp
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-02-22
Ngày Phát Hành 2019-03-08
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Yanis T
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hiquest/zenotes
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}