CalliTab
All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
Что такое CalliTab?
CalliTab - это расширение Chrome, разработанное melvin0008, и его основная функция - "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality".
Снимки экрана расширения
Скачать файл CRX расширения CalliTab
Скачайте файлы расширений CalliTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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] Основная информация о расширении
| Название | |
| ID | cbfcakedbnnbmhdplicoedllkhcobimg |
| Официальный URL | https://chromewebstore.google.com/detail/callitab/cbfcakedbnnbmhdplicoedllkhcobimg |
| Описание | All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality |
| Размер файла | 19.82 MB |
| Количество установок | 27 |
| Текущая Версия | 1.9 |
| Последнее Обновление | 2015-10-17 |
| Дата публикации | 2015-10-16 |
| Рейтинг | 5.00/5 Всего 20 оценок |
| Разработчик | melvin0008 |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.melvinphilips.com/ |
| URL страницы помощи | https://github.com/melvin0008/Callitab/issues |
| Поддерживаемые языки | 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"
}
} | |