Data Organizer

Data Oaganizer used to manage useful information in categories.

Data Organizer란 무엇입니까?

Data Organizer은(는) Murali Krishna Chanda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Data Oaganizer used to manage useful information in categories."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Data Organizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
            ]
        }
    ]
}