Easy Notes
Extension to display activities related to current page.
Easy Notes là gì?
Easy Notes là một tiện ích mở rộng Chrome được phát triển bởi http://notemyweb.com, và tính năng chính của nó là "Extension to display activities related to current page.".
Ả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 Easy Notes
Tải xuống các tệp mở rộng 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
Click the notemyweb.com icon at the top, and take notes in the popup. We save your note's, to-do's, reminder's and favorite web pages for you - safe and secure!. Open any website and see only the notes you have previously taken on that website. Your notes will be in sync with other devices like mobiles,tablets and browsers. "Easy Notes" is useful in below scenarios 1. Login ids in each website. (You don't need to remember your login ids in each website. Just store your id as note under the respective website and access it by just visiting the respective website. ) 2. Store text area contents. (example: your address, security question answers). 3. Have todo list on each website. (example: transfer funds in banking site, booking-id in online shopping site). 4. Create reminder's on any website. Notification for your reminder's will be sent via facebook and email. "Easy Notes" is available in Android, iPhone and iPad. Everything syncs and is available on your mobile device. Learn more: - Twitter: http://twitter.com/notemyweb - Facebook: http://facebook.com/notemyweb - Contact us: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | blgcnhmgdbedifnkebdlmbpgccbondcc |
URL Chính Thức | https://chrome.google.com/webstore/detail/easy-notes/blgcnhmgdbedifnkebdlmbpgccbondcc |
Mô tả | Extension to display activities related to current page. |
Kích Thước Tệp | 6.29 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 4 |
Cập Nhật Lần Cuối | 2013-05-05 |
Ngày Phát Hành | 2013-05-05 |
Đánh Giá | 1.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://notemyweb.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.notemyweb.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Notes", "version": "4", "manifest_version": 2, "description": "Extension to display activities related to current page.", "browser_action": { "default_icon": "notes.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/www.notemyweb.com\/*", "https:\/\/www.notemyweb.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html" } |