Data Organizer

Data Oaganizer used to manage useful information in categories.

Co je Data Organizer?

Data Organizer je rozšíření Chrome vyvinuté Murali Krishna Chanda, a jeho hlavní funkcí je „Data Oaganizer used to manage useful information in categories.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Data Organizer

Stáhněte si soubory rozšíření Data Organizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Data Organizer Data Organizer
ID ncdffebmafopifhdlahgjhihboojkefc
Oficiální URL https://chromewebstore.google.com/detail/data-organizer/ncdffebmafopifhdlahgjhihboojkefc
Popis Data Oaganizer used to manage useful information in categories.
Velikost souboru 273 KB
Počet instalací 138
Aktuální Verze 1.1
Poslední Aktualizace 2014-01-24
Datum Vydání 2014-01-24
Vývojář Murali Krishna Chanda
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}