CalliTab
All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
什么是CalliTab?
CalliTab是由melvin0008开发的Chrome扩展程序,该扩展的主要功能是“All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality”。
扩展截图
下载CalliTab扩展crx文件
下载CalliTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
All the basic features combined into one app.Few features include news updates,time updates and weather updates It also includes a todo functionality.
Also provides links to chrome apps installed and the bookmarks saved. You can also drag and drop the items in the todo-list to manage your priorities.
For suggestions and queries please mail me at [email protected] 扩展基本信息
| 名称 | |
| ID | cbfcakedbnnbmhdplicoedllkhcobimg |
| 官方URL | https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg |
| 简介 | All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality |
| 文件大小 | 19.82 MB |
| 安装次数 | 27 |
| 当前版本 | 1.9 |
| 更新时间 | 2015-10-17 |
| 上架时间 | 2015-10-16 |
| 评分 | 5.00/5 共20次评分 |
| 开发者 | melvin0008 |
| 付费类型 | free |
| 扩展官网 | http://www.melvinphilips.com/ |
| 帮助页面URL | https://github.com/melvin0008/Callitab/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CalliTab",
"short_name": "Calli-Tab",
"description": "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality",
"version": "1.9",
"author": "Melvin Philips Y.N.W.A",
"permissions": [
"management",
"bookmarks",
"geolocation",
"http:\/\/rss.cnn.com\/rss\/cnn_topstories.rss"
],
"icons": {
"16": "c-16.png",
"48": "c-48.png",
"128": "c-128.ico"
},
"chrome_url_overrides": {
"newtab": "allinone.html"
}
} | |