xNotes

An app to write notes on chrome new tab.

xNotes là gì?

xNotes là một tiện ích mở rộng Chrome được phát triển bởi https://ahmadzakiy.com, và tính năng chính của nó là "An app to write notes on chrome new tab.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng xNotes 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

                        An app to write notes on chrome new tab, with dark theme!                    

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

Tên xNotes xNotes
ID kdcjpeakcckhecgojnbjiohjnbfkgmie
URL Chính Thức https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie
Mô tả An app to write notes on chrome new tab.
Kích Thước Tệp 584 KB
Số Lần Cài Đặt 262
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2019-02-08
Ngày Phát Hành 2019-02-08
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://ahmadzakiy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ahmadzakiy/xnotes
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.1",
    "name": "xNotes",
    "short_name": "xNotes",
    "description": "An app to write notes on chrome new tab.",
    "homepage_url": "https:\/\/github.com\/ahmadzakiy\/xnotes",
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}