Irregular Verb Finder

Find forms of irregular verb you need

Cos'è Irregular Verb Finder?

Irregular Verb Finder è un'estensione di Chrome sviluppata da Sergey Rastrigin, e la sua funzione principale è "Find forms of irregular verb you need".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Irregular Verb Finder

Scarica i file di estensione Irregular Verb Finder 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

                                            

Informazioni di Base sull'Estensione

Nome Irregular Verb Finder Irregular Verb Finder
ID fkfjpifnklldcfkhcffdkabmpjcpnmmd
URL Ufficiale https://chrome.google.com/webstore/detail/irregular-verb-finder/fkfjpifnklldcfkhcffdkabmpjcpnmmd
Descrizione Find forms of irregular verb you need
Dimensione del File 1.27 MB
Conteggio Installazioni 121
Versione Corrente 1.0
Ultimo Aggiornamento 2016-07-19
Data di Pubblicazione 2016-07-19
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore Sergey Rastrigin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Irregular Verb Finder",
    "description": "Find forms of irregular verb you need",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "Irregular Verb Finder"
    },
    "author": "Sergey Rastrigin",
    "options_page": "option.html",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}