Data Organizer
Data Oaganizer used to manage useful information in categories.
什么是Data Organizer?
Data Organizer是由Murali Krishna Chanda开发的Chrome扩展程序,该扩展的主要功能是“Data Oaganizer used to manage useful information in categories.”。
扩展截图
下载Data Organizer扩展crx文件
下载Data Organizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Data Organizer |
ID | ncdffebmafopifhdlahgjhihboojkefc |
官方URL | https://chromewebstore.google.com/detail/data-organizer/ncdffebmafopifhdlahgjhihboojkefc |
简介 | Data Oaganizer used to manage useful information in categories. |
文件大小 | 273 KB |
安装次数 | 138 |
当前版本 | 1.1 |
更新时间 | 2014-01-24 |
上架时间 | 2014-01-24 |
开发者 | Murali Krishna Chanda |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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:\/\/*\/*" ] } ] } |