Advanced Notepad

Simple Notepad yet filled with rich features. Format text, create multiple notes, autosave, remote backup. Faster than ever.

Advanced Notepad là gì?

Advanced Notepad là một tiện ích mở rộng Chrome được phát triển bởi Mr. Alien, và tính năng chính của nó là "Simple Notepad yet filled with rich features. Format text, create multiple notes, autosave, remote backup. Faster than ever.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Chrome Advanced Notepad is a simple yet powerful notepad filled with rich features.

1) Quick Notes
Don't want to create a note to store temporary text? No worries, you can store the notes in Quick notes and erase them whenever you want to.

2) Multiple Notes
You can create multiple notes. No need to worry about storage.

3) Auto Save
No need of a Save button, Advanced Notepad stores the notes without you doing anything. It will store as and when you create a note or you start editing it.

4) Format Notes
You can format your notes. Create unordered/ordered lists, make the text bold, underline, italic or strike it out.

5) Remote Backup
Backup your notes on cloud and restore it on any computer. Powered by JSONbin.io

You could read more around privacy policy at https://8bit.codes/privacy

---------

Change Log

v2.1
- Fix backup

v2.0
- Fixed a few bugs
- Resized the window, now it's more bigger than earlier.
- Longer file names, use a line break to decide the file name once you start typing in the notes.
- Notepad will now show Created At & Updated At timestamps for the new notes created (Updated will show up for the older notes too).
- Fonts are darker and more clearer.


v1.5
- Backup Fix

v1.3, v1.4
- Minor Fixes
- Backup Fix

v1.2
- Added formatting options [Increase font size, decrease font size, clear formatting]
- Added Help info

v1.1
- Set the note file name to default if no text found in the note.

v1 - Initial Release                    

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

Tên Advanced Notepad Advanced Notepad
ID lfjjkejjcighooiohaacdhlgpbfoldca
URL Chính Thức https://chromewebstore.google.com/detail/advanced-notepad/lfjjkejjcighooiohaacdhlgpbfoldca
Mô tả Simple Notepad yet filled with rich features. Format text, create multiple notes, autosave, remote backup. Faster than ever.
Kích Thước Tệp 85.26 KB
Số Lần Cài Đặt 10,159
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-01-20
Ngày Phát Hành 2019-12-23
Đánh Giá 4.35/5 Tổng số 99 Đánh Giá
Nhà Phát Triển Mr. Alien
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://8bit.codes/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Advanced Notepad",
    "short_name": "Advanced Notepad",
    "description": "Simple Notepad yet filled with rich features. Format text, create multiple notes, autosave, remote backup. Faster than ever.",
    "version": "2.1",
    "icons": {
        "16": "images\/extension-icons\/icon-notes-sm.png",
        "48": "images\/extension-icons\/icon-notes-md.png",
        "128": "images\/extension-icons\/icon-notes-lg.png"
    },
    "browser_action": {
        "default_icon": "images\/extension-icons\/icon-notes-md.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "offline_enabled": true
}