ESV Context Search

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

What is ESV Context Search?

ESV Context Search is a Chrome extension developed by Richie, and its main feature is "This extension adds a context menu to search the ESVBible.org site with selected text.".

Extension Screenshots

screenshot

Download ESV Context Search Extension CRX File

Download ESV Context Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name ESV Context Search ESV Context Search
ID adgbiebneebkejegnebimeflfkofcalj
Official URL https://chromewebstore.google.com/detail/empty-title/adgbiebneebkejegnebimeflfkofcalj
Description This extension adds a context menu to search the ESVBible.org site with selected text.
File Size 4.08 KB
Installation Count 684
Current Version 1.0
Last Updated 2013-01-17
Publish Date 2013-01-17
Rating 5.00/5 Total 7 Ratings
Developer Richie
Payment Type free
Supported Languages
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"
    }
}