ESV Context Search

This extension adds a context menu to search the ESVBible.org site with selected text.

什么是ESV Context Search?

ESV Context Search是由Richie开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a context menu to search the ESVBible.org site with selected text.”。

扩展截图

screenshot

下载ESV Context Search扩展crx文件

下载ESV Context Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 ESV Context Search ESV Context Search
ID adgbiebneebkejegnebimeflfkofcalj
官方URL https://chromewebstore.google.com/detail/empty-title/adgbiebneebkejegnebimeflfkofcalj
简介 This extension adds a context menu to search the ESVBible.org site with selected text.
文件大小 4.08 KB
安装次数 684
当前版本 1.0
更新时间 2013-01-17
上架时间 2013-01-17
评分 5.00/5 共7次评分
开发者 Richie
付费类型 free
支持的语言
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESV Context Search",
    "description": "This extension adds a context menu to search the ESVBible.org site with selected text.",
    "version": "1.0",
    "background": {
        "scripts": [
            "ESVsearch.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "ESV-logo-color_tiny.png"
    }
}