Super Easy Notes!
Super simple Chrome notes!
Super Easy Notes! là gì?
Super Easy Notes! là một tiện ích mở rộng Chrome được phát triển bởi abhid90210, và tính năng chính của nó là "Super simple Chrome notes!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Super Easy Notes!
Tải xuống các tệp mở rộng Super Easy 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
Saves: - Phone numbers - Addresses - Websites - Jokes But wait there's more: Now also store other textual type of information. :) Without ever leaving your Chrome. ---- Important: Currently all notes are stored in your local system. Currently all notes will be accessible to anyone using your browser after you, use it if you are the only one using your computer. ---- - Authentication feature coming soon. - Syncing with GDrive coming soon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ihljjldlepkbibpbkfnmmkhfgeeiiiid |
URL Chính Thức | https://chrome.google.com/webstore/detail/super-easy-notes/ihljjldlepkbibpbkfnmmkhfgeeiiiid |
Mô tả | Super simple Chrome notes! |
Kích Thước Tệp | 291 KB |
Số Lần Cài Đặt | 528 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2014-04-30 |
Ngày Phát Hành | 2014-04-30 |
Đánh Giá | 4.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | abhid90210 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.0.0.4", "default_locale": "en", "description": "__MSG_extDesc__", "browser_action": { "default_icon": { "19": "images\/browserAction.png", "38": "images\/browserAction.png" }, "default_title": "__MSG_extDefaultTitle__", "default_popup": "app\/index.html" }, "permissions": [ "identity", "storage", "https:\/\/accounts.google.com\/", "https:\/\/www.googleapis.com\/", "https:\/\/ssl.gstatic.com\/", "https:\/\/apis.google.com\/" ], "oauth2": { "client_id": "631726187562-0q05ssj1jnk9fnbquojmmdvngas4ar3h.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |