Phonics For Everyone
Provides phonetic pronunciation of text on a webpage.
Τι είναι το Phonics For Everyone;
Το Phonics For Everyone είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον scamara, και η κύρια λειτουργία του είναι "Provides phonetic pronunciation of text on a webpage.".
Λήψη αρχείου CRX της επέκτασης Phonics For Everyone
Λήψη αρχείων επέκτασης Phonics For Everyone σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This chrome extension serves as an accessibility tool for learning to read or for people who have trouble seeing or pronouncing words. The main purpose of the extension is to allow the user to learn though content most relevant for them instead of having a set of predetermined readings from which to choose from. The extension is available to use from any webpage with text and provides both the pronunciation as well as the syllable count and separation. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | glkefhjifhmnbphadgnfdddinlclemkm |
| Επίσημο URL | https://chrome.google.com/webstore/detail/phonics-for-everyone/glkefhjifhmnbphadgnfdddinlclemkm |
| Περιγραφή | Provides phonetic pronunciation of text on a webpage. |
| Μέγεθος Αρχείου | 624 KB |
| Αριθμός Εγκαταστάσεων | 126 |
| Τρέχουσα Έκδοση | 0.5.2 |
| Τελευταία Ενημέρωση | 2018-02-08 |
| Ημερομηνία Δημοσίευσης | 2018-02-08 |
| Προγραμματιστής | scamara |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en,vi,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Phonics For Everyone",
"short_name": "Phonics",
"description": "Provides phonetic pronunciation of text on a webpage.",
"version": "0.5.2",
"default_locale": "en",
"browser_action": {
"default_icon": "img\/icon16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"activeTab",
"tts",
"storage",
"ttsEngine",
"contextMenus",
"https:\/\/support.lsdsoftware.com\/"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"js\/pdf.worker.js"
],
"background": {
"scripts": [
"js\/es6-promise.auto.min.js",
"js\/defaults.js",
"js\/speech.js",
"js\/document.js",
"js\/googletr_tts.js",
"js\/events.js"
],
"persistent": false
},
"options_page": "options.html",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+R"
}
}
},
"tts_engine": {
"voices": [
{
"voice_name": "GoogleTranslate English",
"lang": "en",
"event_types": [
"start",
"end"
]
}
]
}
} | |