LifePrint Search Assistant

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

Vad är LifePrint Search Assistant?

LifePrint Search Assistant är en Chrome-tillägg utvecklad av Citizen Josh, och dess huvudfunktion är "Search lifeprint.com to see how to sign the word in ASL".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner LifePrint Search Assistant-förlängningens CRX-fil

Ladda ner LifePrint Search Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Find how to say a word in American Sign Language.

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

Grundläggande Information om Tillägg

Namn LifePrint Search Assistant LifePrint Search Assistant
ID pjllimfmpjlpgnofbdianhfkocddpabd
Officiell webbadress https://chromewebstore.google.com/detail/lifeprint-search-assistan/pjllimfmpjlpgnofbdianhfkocddpabd
Beskrivning Search lifeprint.com to see how to sign the word in ASL
Filstorlek 3.83 KB
Antal Installationer 419
Aktuell Version 2.0
Senast Uppdaterad 2021-02-21
Publiceringsdatum 2013-06-09
Betyg 3.90/5 Totalt 10 Betyg
Utvecklare Citizen Josh
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/citizenjosh/LifePrint
Hjälpsida URL https://github.com/citizenjosh/LifePrint/issues
Stödda Språk 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
}