Desc.pl

Organize your work!

什麼是Desc.pl?

Desc.pl是由https://desc.pl開發的Chrome擴展程式,該擴展的主要功能是“Organize your work!”。

擴展截圖

screenshot

下載Desc.pl擴展crx文件

下載Desc.pl擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - The ability to add notes,
- RSS feed reader,
- Synchronize bookmarks from your browser,
- Ability to create and manage tasks.
- Ability to create and manage shopping lists,
- Contact Manager,
- The system for managing recipes,
- The events calendar
- Manager of Finance,
- Password Manager,
- Import data from external sites (including Facebook, Evernote, Google), so that each user can easily transfer your data - SMS gateway (100% guarantee of delivery, sms to any country in the world)
- and many others.

The service is very powerful personal manager, to the organization of work, time, tasks and and the whole day. It combines the functionality of sites such as Evernote Feedly, Google Calendar, Todoist and many others.                    

擴展基本資訊

名稱 Desc.pl Desc.pl
ID faeihcacmhgbdffjebcijadcoghjphie
官方網址 https://chrome.google.com/webstore/detail/descpl/faeihcacmhgbdffjebcijadcoghjphie
簡介 Organize your work!
檔案大小 58.86 KB
安裝次數 10
目前版本 1.0.0
更新時間 2015-12-09
上架時間 2015-12-09
評分 5.00/5 共 1 次評分
開發者 https://desc.pl
付費類型 free
擴展官網 https://desc.pl
說明頁面URL http://tlenet.pl
支援的語言 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "permissions": [
        "http:\/\/*.desc.pl\/*",
        "https:\/\/*.desc.pl\/*",
        "bookmarks",
        "tabs"
    ],
    "default_locale": "pl",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html",
        "default_title": "Desc.pl"
    },
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    }
}