LifePrint Search Assistant

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

什麼是LifePrint Search Assistant?

LifePrint Search Assistant是由Citizen Josh開發的Chrome擴展程式,該擴展的主要功能是“Search lifeprint.com to see how to sign the word in ASL”。

擴展截圖

screenshot
screenshot

下載LifePrint Search Assistant擴展crx文件

下載LifePrint Search Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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
}