LifePrint Search Assistant

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

ما هو LifePrint Search Assistant؟

LifePrint Search Assistant هو إضافة Chrome تم تطويرها بواسطة Citizen Josh، والميزة الرئيسية لها هي "Search lifeprint.com to see how to sign the word in ASL".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة LifePrint Search Assistant

قم بتنزيل ملفات الامتداد LifePrint Search Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Find how to say a word in American Sign Language.

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

معلومات أساسية عن التمديد

الاسم LifePrint Search Assistant LifePrint Search Assistant
ID pjllimfmpjlpgnofbdianhfkocddpabd
عنوان URL الرسمي https://chromewebstore.google.com/detail/lifeprint-search-assistan/pjllimfmpjlpgnofbdianhfkocddpabd
الوصف Search lifeprint.com to see how to sign the word in ASL
حجم الملف 3.83 KB
عدد التثبيتات 419
النسخة الحالية 2.0
آخر تحديث 2021-02-21
تاريخ النشر 2013-06-09
تقييم 3.90/5 مجموع تقييمات 10
المطور Citizen Josh
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/citizenjosh/LifePrint
عنوان صفحة المساعدة https://github.com/citizenjosh/LifePrint/issues
اللغات المدعومة 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
}