Enhanced grave search

Enhanced search on FindAGrave, including Irish counties

Enhanced grave search란 무엇입니까?

Enhanced grave search은(는) https://weirdosoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhanced search on FindAGrave, including Irish counties"입니다.

확장 프로그램 스크린샷

screenshot

Enhanced grave search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Enhanced grave search Enhanced grave search
ID jkhdgcaplgmcaapihckchbkkcbcedhmi
공식 URL https://chromewebstore.google.com/detail/enhanced-grave-search/jkhdgcaplgmcaapihckchbkkcbcedhmi
설명 Enhanced search on FindAGrave, including Irish counties
파일 크기 47.1 KB
설치 횟수 855
현재 버전 1.0.0
최근 업데이트 2014-09-03
출시 날짜 2014-09-03
평점 4.00/5 총 1 개의 평점
개발자 https://weirdosoft.com
결제 유형 free
지원되는 언어 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
}