CalliTab
All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
¿Qué es CalliTab?
CalliTab es una extensión de Chrome desarrollada por melvin0008, y su función principal es "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CalliTab
Descarga archivos de extensión CalliTab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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]
Información Básica de la Extensión
Nombre | CalliTab |
ID | cbfcakedbnnbmhdplicoedllkhcobimg |
URL Oficial | https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg |
Descripción | All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality |
Tamaño del Archivo | 19.82 MB |
Cantidad de Instalaciones | 27 |
Versión Actual | 1.9 |
Última Actualización | 2015-10-17 |
Fecha de Publicación | 2015-10-16 |
Calificación | 5.00/5 Total de 20 Calificaciones |
Desarrollador | melvin0008 |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.melvinphilips.com/ |
URL de la Página de Ayuda | https://github.com/melvin0008/Callitab/issues |
Idiomas Soportados | 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" } } |