Data Organizer

Data Oaganizer used to manage useful information in categories.

ما هو Data Organizer؟

Data Organizer هو إضافة Chrome تم تطويرها بواسطة Murali Krishna Chanda، والميزة الرئيسية لها هي "Data Oaganizer used to manage useful information in categories.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Data Organizer

قم بتنزيل ملفات الامتداد Data Organizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
البريد الإلكتروني [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:\/\/*\/*"
            ]
        }
    ]
}