Desc.pl
Organize your work!
什么是Desc.pl?
Desc.pl是由https://desc.pl开发的Chrome扩展程序,该扩展的主要功能是“Organize your work!”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | faeihcacmhgbdffjebcijadcoghjphie |
官方URL | 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" } } |