Data Organizer
Data Oaganizer used to manage useful information in categories.
Qu'est-ce que Data Organizer ?
Data Organizer est une extension Chrome développée par Murali Krishna Chanda, et sa fonction principale est "Data Oaganizer used to manage useful information in categories.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Data Organizer
Téléchargez les fichiers d'extension Data Organizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Data Organizer |
ID | ncdffebmafopifhdlahgjhihboojkefc |
URL Officiel | https://chromewebstore.google.com/detail/data-organizer/ncdffebmafopifhdlahgjhihboojkefc |
Description | Data Oaganizer used to manage useful information in categories. |
Taille du Fichier | 273 KB |
Nombre d'Installations | 138 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-01-24 |
Date de Publication | 2014-01-24 |
Développeur | Murali Krishna Chanda |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |