Data Organizer
Data Oaganizer used to manage useful information in categories.
Co to jest Data Organizer?
Data Organizer to rozszerzenie Chrome opracowane przez Murali Krishna Chanda, a jego główną funkcją jest „Data Oaganizer used to manage useful information in categories.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Data Organizer
Pobierz pliki rozszerzeń Data Organizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Data Organizer |
ID | ncdffebmafopifhdlahgjhihboojkefc |
Oficjalny URL | https://chromewebstore.google.com/detail/data-organizer/ncdffebmafopifhdlahgjhihboojkefc |
Opis | Data Oaganizer used to manage useful information in categories. |
Rozmiar pliku | 273 KB |
Liczba instalacji | 138 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-01-24 |
Data Publikacji | 2014-01-24 |
Deweloper | Murali Krishna Chanda |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/*" ] } ] } |