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]
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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" } } |