Data Organizer
Data Oaganizer used to manage useful information in categories.
Data Organizer là gì?
Data Organizer là một tiện ích mở rộng Chrome được phát triển bởi Murali Krishna Chanda, và tính năng chính của nó là "Data Oaganizer used to manage useful information in categories.".
Ả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 Data Organizer
Tải xuống các tệp mở rộng Data Organizer 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
Data Organizer app will let you save information by categories. You can create your own category and store useful information into the category. Like you can create Contacts category to store phone numbers, Daily Tasks category to store your daily activities, etc.. You can delete a category and also rearrange them to display in the order you give.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Data Organizer |
ID | ncdffebmafopifhdlahgjhihboojkefc |
URL Chính Thức | https://chromewebstore.google.com/detail/data-organizer/ncdffebmafopifhdlahgjhihboojkefc |
Mô tả | Data Oaganizer used to manage useful information in categories. |
Kích Thước Tệp | 273 KB |
Số Lần Cài Đặt | 138 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-01-24 |
Ngày Phát Hành | 2014-01-24 |
Nhà Phát Triển | Murali Krishna Chanda |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Data Organizer", "version": "1.1", "manifest_version": 2, "description": "Data Oaganizer used to manage useful information in categories.", "browser_action": { "default_icon": "task.png", "default_popup": "tasks.html" }, "permissions": [ "http:\/\/code.jquery.com\/*" ], "content_scripts": [ { "js": [ "functions.js", "createcategory.js", "history.js", "jquery.simplePagination.js", "jquery-ui.js", "jquery-2.0.3.min.js", "jquery-ui-timepicker-addon.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |