LifePrint Search Assistant

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

Qu'est-ce que LifePrint Search Assistant ?

LifePrint Search Assistant est une extension Chrome développée par Citizen Josh, et sa fonction principale est "Search lifeprint.com to see how to sign the word in ASL".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LifePrint Search Assistant

Téléchargez les fichiers d'extension LifePrint Search Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Find how to say a word in American Sign Language.

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

Informations de Base sur l'Extension

Nom LifePrint Search Assistant LifePrint Search Assistant
ID pjllimfmpjlpgnofbdianhfkocddpabd
URL Officiel https://chromewebstore.google.com/detail/lifeprint-search-assistan/pjllimfmpjlpgnofbdianhfkocddpabd
Description Search lifeprint.com to see how to sign the word in ASL
Taille du Fichier 3.83 KB
Nombre d'Installations 419
Version Actuelle 2.0
Dernière Mise à Jour 2021-02-21
Date de Publication 2013-06-09
Évaluation 3.90/5 Total 10 Évaluations
Développeur Citizen Josh
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/citizenjosh/LifePrint
URL de la Page d'Aide https://github.com/citizenjosh/LifePrint/issues
Langues Prises en Charge 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
}