NEW TAB NOTE

NEW TAB NOTE is new tab extension for notes!

NEW TAB NOTE là gì?

NEW TAB NOTE là một tiện ích mở rộng Chrome được phát triển bởi deren, và tính năng chính của nó là "NEW TAB NOTE is new tab extension for notes!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        ✨ Update
- 2022/1/26
You can now create multiple notes.

- 2022/1/21
Layout adjustment.

- 2021/11/29
Improved list entry.

- 2021/07/08
I added a filter function.
You can blur the contents of the memo by clicking the icon.
You can blur your notes in filter mode to block peeping from others.

---

📚 Features
- Just open new tab, and write down thoughts.
- You can write in markdown.
- No worries about saving things when writing.
- You can blur your notes in filter mode to block peeping from others.
- You can create multiple notes.

---

Click here for requests.
https://github.com/deren2525/new-tab-note/issues/new/choose                    

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

Tên NEW TAB NOTE NEW TAB NOTE
ID ihcgjbnbjnbfepjmoaklafegcehdfihn
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn
Mô tả NEW TAB NOTE is new tab extension for notes!
Kích Thước Tệp 870 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 2.8.1
Cập Nhật Lần Cuối 2022-05-18
Ngày Phát Hành 2020-08-15
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển deren
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/deren2525/new-tab-note
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "version": "2.8.1",
    "description": "__MSG_Description__",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "assets\/images\/icon.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newTabNote.html"
    },
    "icons": {
        "48": "assets\/images\/icon.png"
    },
    "manifest_version": 3,
    "default_locale": "en"
}