Double-click pronounce

Never doubt how to pronounce a word. Better your spoken languages!

Cos'è Double-click pronounce?

Double-click pronounce è un'estensione di Chrome sviluppata da fifacioni, e la sua funzione principale è "Never doubt how to pronounce a word. Better your spoken languages!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Double-click pronounce

Scarica i file di estensione Double-click pronounce in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Never doubt how to pronounce a word. Double-click it and your browser will read it out loud for you!                    

Informazioni di Base sull'Estensione

Nome Double-click pronounce Double-click pronounce
ID pohphjaomaaadphonldcdmfflfjhnlgf
URL Ufficiale https://chrome.google.com/webstore/detail/double-click-pronounce/pohphjaomaaadphonldcdmfflfjhnlgf
Descrizione Never doubt how to pronounce a word. Better your spoken languages!
Dimensione del File 15.51 KB
Conteggio Installazioni 93
Versione Corrente 2.5
Ultimo Aggiornamento 2021-11-20
Data di Pubblicazione 2020-12-28
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore fifacioni
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/filipeisho/pronounce
URL della Pagina di Aiuto https://github.com/filipeisho/pronounce
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Double-click pronounce",
    "version": "2.5",
    "description": "Never doubt how to pronounce a word. Better your spoken languages!",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "browser-polyfill.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "pronounce.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "management"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{f8716d82-2c5c-430d-b783-5473310342cf}"
        }
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/border-48.png"
        },
        "default_title": "Pronounce",
        "default_popup": "options.html"
    }
}