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 |
Eメール | [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:\/\/*\/*" ] } ] } |