CalliTab
All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality
CalliTab क्या है?
CalliTab melvin0008 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All the basic features combined into one app.Few features include news,time,weather updates and a todo functionality"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CalliTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ 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" } } |