Enhanced grave search

Enhanced search on FindAGrave, including Irish counties

What is Enhanced grave search?

Enhanced grave search is a Chrome extension developed by https://weirdosoft.com, and its main feature is "Enhanced search on FindAGrave, including Irish counties".

Extension Screenshots

screenshot

Download Enhanced grave search Extension CRX File

Download Enhanced grave 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

                        This extension enhances the existing search form on the FindAGrave website to to preserve selections when repeating a search with “Refine Last Search” and “Cemetery Lookup” and to allow selection of counties within Ireland.

This product is not affiliated with and is not endorsed by FindAGrave or Ancestry.

Version 1.0.0.0
 - Initial release                    

Extension Basic Information

Name Enhanced grave search Enhanced grave search
ID jkhdgcaplgmcaapihckchbkkcbcedhmi
Official URL https://chromewebstore.google.com/detail/enhanced-grave-search/jkhdgcaplgmcaapihckchbkkcbcedhmi
Description Enhanced search on FindAGrave, including Irish counties
File Size 47.1 KB
Installation Count 855
Current Version 1.0.0
Last Updated 2014-09-03
Publish Date 2014-09-03
Rating 4.00/5 Total 1 Ratings
Developer https://weirdosoft.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enhanced grave search",
    "author": "\u00a9 2014 Weirdosoft",
    "short_name": "EnhGravSrch",
    "description": "Enhanced search on FindAGrave, including Irish counties",
    "version": "1.0.0",
    "permissions": [
        "http:\/\/*.findagrave.com\/cgi-bin\/fg.cgi",
        "storage"
    ],
    "icons": {
        "19": "24px-icon.png",
        "24": "24px-icon.png",
        "32": "32px-icon.png",
        "38": "38px-icon.png",
        "48": "48px-icon.png",
        "128": "128px-icon.png"
    },
    "page_action": {
        "default_icon": "24px-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}