LifePrint Search Assistant

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

Hvad er LifePrint Search Assistant?

LifePrint Search Assistant er en Chrome-udvidelse udviklet af Citizen Josh, og dens hovedfunktion er "Search lifeprint.com to see how to sign the word in ASL".

Udvidelsesskærmbilleder

screenshot
screenshot

Download LifePrint Search Assistant-udvidelses-CRX-fil

Download LifePrint Search Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Find how to say a word in American Sign Language.

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

Grundlæggende oplysninger om udvidelsen

Navn LifePrint Search Assistant LifePrint Search Assistant
ID pjllimfmpjlpgnofbdianhfkocddpabd
Officiel URL https://chromewebstore.google.com/detail/lifeprint-search-assistan/pjllimfmpjlpgnofbdianhfkocddpabd
Beskrivelse Search lifeprint.com to see how to sign the word in ASL
Filstørrelse 3.83 KB
Antal Installationer 419
Nuværende Version 2.0
Senest Opdateret 2021-02-21
Udgivelsesdato 2013-06-09
Bedømmelse 3.90/5 Samlet 10 Bedømmelser
Udvikler Citizen Josh
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/citizenjosh/LifePrint
Hjælpeside-URL https://github.com/citizenjosh/LifePrint/issues
Understøttede Sprog 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
}