LifePrint Search Assistant

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

Co to jest LifePrint Search Assistant?

LifePrint Search Assistant to rozszerzenie Chrome opracowane przez Citizen Josh, a jego główną funkcją jest „Search lifeprint.com to see how to sign the word in ASL”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia LifePrint Search Assistant

Pobierz pliki rozszerzeń LifePrint Search Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Find how to say a word in American Sign Language.

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

Podstawowe informacje o rozszerzeniu

Nazwa LifePrint Search Assistant LifePrint Search Assistant
ID pjllimfmpjlpgnofbdianhfkocddpabd
Oficjalny URL https://chromewebstore.google.com/detail/lifeprint-search-assistan/pjllimfmpjlpgnofbdianhfkocddpabd
Opis Search lifeprint.com to see how to sign the word in ASL
Rozmiar pliku 3.83 KB
Liczba instalacji 419
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2021-02-21
Data Publikacji 2013-06-09
Ocena 3.90/5 Łącznie 10 Oceny
Deweloper Citizen Josh
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/citizenjosh/LifePrint
Adres URL Strony Pomocy https://github.com/citizenjosh/LifePrint/issues
Obsługiwane Języki 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
}