CalliTab

All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality

O que é CalliTab?

CalliTab é uma extensão do Chrome desenvolvida por melvin0008, e sua principal característica é "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CalliTab

Baixe arquivos de extensão CalliTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome CalliTab CalliTab
ID cbfcakedbnnbmhdplicoedllkhcobimg
URL Oficial https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg
Descrição All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
Tamanho do Arquivo 19.82 MB
Contagem de Instalações 27
Versão Atual 1.9
Última Atualização 2015-10-17
Data de Publicação 2015-10-16
Classificação 5.00/5 Total de 20 Avaliações
Desenvolvedor melvin0008
Tipo de Pagamento free
Site da Extensão http://www.melvinphilips.com/
URL da Página de Ajuda https://github.com/melvin0008/Callitab/issues
Idiomas Suportados 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"
    }
}