kasahorow
Learn something true. Every day.
Τι είναι το kasahorow;
Το kasahorow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://kasahorow.org, και η κύρια λειτουργία του είναι "Learn something true. Every day.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης kasahorow
Λήψη αρχείων επέκτασης kasahorow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
We love Africa: everything about the place makes us go gaga! So we thought, let's take *one* of African's amazing things, and tell the world about it. Hence "kasahorow" which means "many languages" in Akan, a language of Africa. So learn something true everyday. And share in Akan, Chewa, Ga-Dangme, Gbe, Gikuyu, Hausa, Igbo, Lingala, Luganda, Luwo, Malagasy, Oromo, Swahili, Wolof, Yoruba, or Zulu. How to use kasahorow ==================== + After installing the extension, click on it to select your preferred language. + Open a new tab to get the date in your favourite African language. + Type in the Write box in your own language. Press characters not in your alphabet and they will be converted to the special characters of your favourite African language. + Search the dictionary of your language with English words by clicking on the kasahorow icon. + When browsing the web and you come across an unfamiliar English word, highlight the word, right-click and use the menu to learn the meaning of the word in your favourite African language. + Tell your friends to install it too. Don't see your favourite African language? Follow us on Facebook.com/kasahorow, Twitter.com/kasahorow or find kasahorow on Google+ to know when we add your language!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pmdjeaiebnlfpceghbmpnnhjkmepodec |
Επίσημο URL | https://chrome.google.com/webstore/detail/kasahorow/pmdjeaiebnlfpceghbmpnnhjkmepodec |
Περιγραφή | Learn something true. Every day. |
Μέγεθος Αρχείου | 1.15 MB |
Αριθμός Εγκαταστάσεων | 111 |
Τρέχουσα Έκδοση | 2017.1.1 |
Τελευταία Ενημέρωση | 2017-01-01 |
Ημερομηνία Δημοσίευσης | 2017-01-01 |
Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | http://kasahorow.org |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "kasahorow", "short_name": "kasahorow", "description": "Learn something true. Every day.", "version": "2017.1.1", "manifest_version": 2, "omnibox": { "keyword": "kw" }, "options_page": "options.html", "browser_action": { "default_title": "kasahorow", "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "notifications", "*:\/\/*.kasahorow.org\/*" ], "background": { "scripts": [ "common.js", "pictionary.js", "omnisearch.js", "vendor\/jquery\/jquery.js", "inspiration.js", "keyboard.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.kasahorow.org\/*" ], "css": [], "js": [ "pictionaryContent.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "NewTab.html" }, "web_accessible_resources": [ "icon48.png" ] } |