LifePrint Search Assistant

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

Apa itu LifePrint Search Assistant?

LifePrint Search Assistant adalah ekstensi Chrome yang dikembangkan oleh Citizen Josh, dan fitur utamanya adalah "Search lifeprint.com to see how to sign the word in ASL".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi LifePrint Search Assistant

Unduh file ekstensi LifePrint Search Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Find how to say a word in American Sign Language.

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

Informasi Dasar Ekstensi

Nama LifePrint Search Assistant LifePrint Search Assistant
ID pjllimfmpjlpgnofbdianhfkocddpabd
URL Resmi https://chromewebstore.google.com/detail/lifeprint-search-assistan/pjllimfmpjlpgnofbdianhfkocddpabd
Deskripsi Search lifeprint.com to see how to sign the word in ASL
Ukuran File 3.83 KB
Jumlah Instalasi 419
Versi Saat Ini 2.0
Terakhir Diperbarui 2021-02-21
Tanggal Publikasi 2013-06-09
Penilaian 3.90/5 Total 10 Penilaian
Pengembang Citizen Josh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/citizenjosh/LifePrint
URL Halaman Bantuan https://github.com/citizenjosh/LifePrint/issues
Bahasa yang Didukung 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
}