Irregular Verb Finder

Find forms of irregular verb you need

O que é Irregular Verb Finder?

Irregular Verb Finder é uma extensão do Chrome desenvolvida por Sergey Rastrigin, e sua principal característica é "Find forms of irregular verb you need".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Irregular Verb Finder

Baixe arquivos de extensão Irregular Verb Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Irregular Verb Finder Irregular Verb Finder
ID fkfjpifnklldcfkhcffdkabmpjcpnmmd
URL Oficial https://chrome.google.com/webstore/detail/irregular-verb-finder/fkfjpifnklldcfkhcffdkabmpjcpnmmd
Descrição Find forms of irregular verb you need
Tamanho do Arquivo 1.27 MB
Contagem de Instalações 121
Versão Atual 1.0
Última Atualização 2016-07-19
Data de Publicação 2016-07-19
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor Sergey Rastrigin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}