Simple Notes

A simple notes extension based off the Mac Notes app.

Simple Notes là gì?

Simple Notes là một tiện ích mở rộng Chrome được phát triển bởi Jeffrey Chang, và tính năng chính của nó là "A simple notes extension based off the Mac Notes app.".

Ả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 Simple Notes

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

                        With simple notes, you can take and save notes. It's that simple.

Other note taking apps have features of mostly little use, ones that can get in the way of usability and convenience. I have always enjoyed the simplicity of the Apple Notes app, both in design and usability, so I decided to base this extension on that app. Hope you enjoy! 

Note: This extension does not sync with your Apple notes.                    

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

Tên Simple Notes Simple Notes
ID ldfahoabcdgljodjddijjiknleolbcmh
URL Chính Thức https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh
Mô tả A simple notes extension based off the Mac Notes app.
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 1,118
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2015-10-27
Ngày Phát Hành 2015-10-26
Đánh Giá 3.31/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Jeffrey Chang
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": "Simple Notes",
    "description": "A simple notes extension based off the Mac Notes app.",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}