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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
            ]
        }
    ]
}