LifePrint Search Assistant

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

What is LifePrint Search Assistant?

LifePrint Search Assistant is a Chrome extension developed by Citizen Josh, and its main feature is "Search lifeprint.com to see how to sign the word in ASL".

Extension Screenshots

screenshot
screenshot

Download LifePrint Search Assistant Extension CRX File

Download LifePrint Search Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Find how to say a word in American Sign Language.

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

Extension Basic Information

Name LifePrint Search Assistant LifePrint Search Assistant
ID pjllimfmpjlpgnofbdianhfkocddpabd
Official URL https://chromewebstore.google.com/detail/lifeprint-search-assistan/pjllimfmpjlpgnofbdianhfkocddpabd
Description Search lifeprint.com to see how to sign the word in ASL
File Size 3.83 KB
Installation Count 419
Current Version 2.0
Last Updated 2021-02-21
Publish Date 2013-06-09
Rating 3.90/5 Total 10 Ratings
Developer Citizen Josh
Email [email protected]
Payment Type free
Extension Website https://github.com/citizenjosh/LifePrint
Help Page URL https://github.com/citizenjosh/LifePrint/issues
Supported Languages 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
}