CalliTab
All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
Vad är CalliTab?
CalliTab är en Chrome-tillägg utvecklad av melvin0008, och dess huvudfunktion är "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality".
Tilläggsskärmbilder
Ladda ner CalliTab-förlängningens CRX-fil
Ladda ner CalliTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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] Grundläggande Information om Tillägg
| Namn | |
| ID | cbfcakedbnnbmhdplicoedllkhcobimg |
| Officiell webbadress | https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg |
| Beskrivning | All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality |
| Filstorlek | 19.82 MB |
| Antal Installationer | 27 |
| Aktuell Version | 1.9 |
| Senast Uppdaterad | 2015-10-17 |
| Publiceringsdatum | 2015-10-16 |
| Betyg | 5.00/5 Totalt 20 Betyg |
| Utvecklare | melvin0008 |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.melvinphilips.com/ |
| Hjälpsida URL | https://github.com/melvin0008/Callitab/issues |
| Stödda Språk | 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"
}
} | |