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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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]
معلومات أساسية عن التمديد
الاسم | CalliTab |
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/ |
عنوان صفحة المساعدة | 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" } } |