Phonetic Lookup (for American English)

Select any text to see its IPA transcription and to hear its pronunciation.

Qu'est-ce que Phonetic Lookup (for American English) ?

Phonetic Lookup (for American English) est une extension Chrome développée par Jarek Foksa, et sa fonction principale est "Select any text to see its IPA transcription and to hear its pronunciation.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Phonetic Lookup (for American English)

Téléchargez les fichiers d'extension Phonetic Lookup (for American English) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Pronunciations are retrieved from Google servers via the speechSynthesis API.

The IPA transcriptions are based on the CMUdic by Carnegie Mellon University.                    

Informations de Base sur l'Extension

Nom Phonetic Lookup (for American English) Phonetic Lookup (for American English)
ID dlabklekmlohjknapciibkdcafpolhdj
URL Officiel https://chromewebstore.google.com/detail/phonetic-lookup-for-ameri/dlabklekmlohjknapciibkdcafpolhdj
Description Select any text to see its IPA transcription and to hear its pronunciation.
Taille du Fichier 1.95 MB
Nombre d'Installations 2,051
Version Actuelle 1.2
Dernière Mise à Jour 2023-03-12
Date de Publication 2015-04-06
Évaluation 4.60/5 Total 48 Évaluations
Développeur Jarek Foksa
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://boxy-svg.com/legal
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jaros\u0142aw Foksa",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-38.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Select any text to see its IPA transcription and to hear its pronunciation.",
    "icons": {
        "128": "icon-128.png",
        "38": "icon-38.png",
        "512": "icon-512.png"
    },
    "manifest_version": 3,
    "name": "Phonetic Lookup (for American English)",
    "permissions": [],
    "host_permissions": [],
    "short_name": "Phonetic Lookup",
    "version": "1.2"
}