LifePrint Search Assistant

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

Wat is LifePrint Search Assistant?

LifePrint Search Assistant is een Chrome-extensie ontwikkeld door Citizen Josh, en de belangrijkste functie is "Search lifeprint.com to see how to sign the word in ASL".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LifePrint Search Assistant

Download LifePrint Search Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Find how to say a word in American Sign Language.

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

Basisinformatie over de Extensie

Naam LifePrint Search Assistant LifePrint Search Assistant
ID pjllimfmpjlpgnofbdianhfkocddpabd
Officiële URL https://chromewebstore.google.com/detail/lifeprint-search-assistan/pjllimfmpjlpgnofbdianhfkocddpabd
Beschrijving Search lifeprint.com to see how to sign the word in ASL
Bestandsgrootte 3.83 KB
Aantal Installaties 419
Huidige Versie 2.0
Laatst Bijgewerkt 2021-02-21
Publicatiedatum 2013-06-09
Beoordeling 3.90/5 Totaal 10 Beoordelingen
Ontwikkelaar Citizen Josh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/citizenjosh/LifePrint
Help Pagina-URL https://github.com/citizenjosh/LifePrint/issues
Ondersteunde Talen 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
}