CalliTab
All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
Was ist CalliTab?
CalliTab ist eine Chrome-Erweiterung, die von melvin0008 entwickelt wurde, und ihr Hauptmerkmal ist "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality".
Erweiterungsscreenshots
CalliTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie CalliTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | CalliTab |
ID | cbfcakedbnnbmhdplicoedllkhcobimg |
Offizielle URL | https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg |
Beschreibung | All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality |
Dateigröße | 19.82 MB |
Installationsanzahl | 27 |
Aktuelle Version | 1.9 |
Letztes Update | 2015-10-17 |
Veröffentlichungsdatum | 2015-10-16 |
Bewertung | 5.00/5 Insgesamt 20 Bewertungen |
Entwickler | melvin0008 |
Zahlungsart | free |
Erweiterungswebsite | http://www.melvinphilips.com/ |
Hilfeseite URL | https://github.com/melvin0008/Callitab/issues |
Unterstützte Sprachen | 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" } } |