Data Organizer

Data Oaganizer used to manage useful information in categories.

Was ist Data Organizer?

Data Organizer ist eine Chrome-Erweiterung, die von Murali Krishna Chanda entwickelt wurde, und ihr Hauptmerkmal ist "Data Oaganizer used to manage useful information in categories.".

Erweiterungsscreenshots

screenshot
screenshot

Data Organizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Data Organizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Data Organizer Data Organizer
ID ncdffebmafopifhdlahgjhihboojkefc
Offizielle URL https://chromewebstore.google.com/detail/data-organizer/ncdffebmafopifhdlahgjhihboojkefc
Beschreibung Data Oaganizer used to manage useful information in categories.
Dateigröße 273 KB
Installationsanzahl 138
Aktuelle Version 1.1
Letztes Update 2014-01-24
Veröffentlichungsdatum 2014-01-24
Entwickler Murali Krishna Chanda
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}