LifePrint Search Assistant

Search lifeprint.com to see how to sign the word in ASL

O que é LifePrint Search Assistant?

LifePrint Search Assistant é uma extensão do Chrome desenvolvida por Citizen Josh, e sua principal característica é "Search lifeprint.com to see how to sign the word in ASL".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão LifePrint Search Assistant

Baixe arquivos de extensão LifePrint Search Assistant 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

                        Find how to say a word in American Sign Language.

Type "lp " to go directly to that word in LifePrint.com/asl101                    

Informações Básicas da Extensão

Nome LifePrint Search Assistant LifePrint Search Assistant
ID pjllimfmpjlpgnofbdianhfkocddpabd
URL Oficial https://chromewebstore.google.com/detail/lifeprint-search-assistan/pjllimfmpjlpgnofbdianhfkocddpabd
Descrição Search lifeprint.com to see how to sign the word in ASL
Tamanho do Arquivo 3.83 KB
Contagem de Instalações 419
Versão Atual 2.0
Última Atualização 2021-02-21
Data de Publicação 2013-06-09
Classificação 3.90/5 Total de 10 Avaliações
Desenvolvedor Citizen Josh
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/citizenjosh/LifePrint
URL da Página de Ajuda https://github.com/citizenjosh/LifePrint/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LifePrint Search Assistant",
    "description": "Search lifeprint.com to see how to sign the word in ASL",
    "author": "Citizen Josh ",
    "omnibox": {
        "keyword": "lp"
    },
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "2.0",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}