Tenses

Tenses is an extension that provides verb tenses while browsing the web.

Cos'è Tenses?

Tenses è un'estensione di Chrome sviluppata da extensions.thundersoft, e la sua funzione principale è "Tenses is an extension that provides verb tenses while browsing the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tenses

Scarica i file di estensione Tenses 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

                        Tenses is an extension that provides verb tenses while browsing the web. Is recommended to install Google Translate extension to have a better translation experience. All donations are welcome and appreciated. https://paypal.me/eddortega1?country.x=MX&locale.x=es_XC                    

Informazioni di Base sull'Estensione

Nome Tenses Tenses
ID fgfpflagdmokamgiihgkapfeagfcoobi
URL Ufficiale https://chromewebstore.google.com/detail/tenses/fgfpflagdmokamgiihgkapfeagfcoobi
Descrizione Tenses is an extension that provides verb tenses while browsing the web.
Dimensione del File 163 KB
Conteggio Installazioni 62
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-03-04
Data di Pubblicazione 2022-08-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore extensions.thundersoft
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tenses",
    "description": "Tenses is an extension that provides verb tenses while browsing the web.",
    "version": "0.0.2",
    "version_name": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/tenses.css"
            ],
            "js": [
                "js\/content.js",
                "js\/global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}