CalliTab

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

Co to jest CalliTab?

CalliTab to rozszerzenie Chrome opracowane przez melvin0008, a jego główną funkcją jest „All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CalliTab

Pobierz pliki rozszerzeń CalliTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa CalliTab CalliTab
ID cbfcakedbnnbmhdplicoedllkhcobimg
Oficjalny URL https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg
Opis All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
Rozmiar pliku 19.82 MB
Liczba instalacji 27
Aktualna Wersja 1.9
Ostatnia Aktualizacja 2015-10-17
Data Publikacji 2015-10-16
Ocena 5.00/5 Łącznie 20 Oceny
Deweloper melvin0008
Typ Płatności free
Strona Rozszerzenia http://www.melvinphilips.com/
Adres URL Strony Pomocy https://github.com/melvin0008/Callitab/issues
Obsługiwane Języki 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"
    }
}