Super Quick Notes

Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.

Super Quick Notes là gì?

Super Quick Notes là một tiện ích mở rộng Chrome được phát triển bởi Tilek Mamutov, và tính năng chính của nó là "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.".

Ả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 Super Quick Notes

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

                        Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page.

Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose.

This text editor is powered by Quill rich text editor.
If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.                    

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

Tên Super Quick Notes Super Quick Notes
ID fojgjomfklhcldkiolieinholgmafcfm
URL Chính Thức https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm
Mô tả Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 218
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2017-01-04
Ngày Phát Hành 2017-01-04
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Tilek Mamutov
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Quick Notes",
    "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.",
    "version": "1.1.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}