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
官方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
帮助页面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
}