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文件

下載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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}