Ireland grave search

Enhanced FindAGrave search, including Irish counties

Ireland grave searchคืออะไร?

Ireland grave search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://weirdosoft.com และคุณลักษณะหลักของมันคือ "Enhanced FindAGrave search, including Irish counties"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ireland grave search

ดาวน์โหลดไฟล์ส่วนขยาย Ireland grave search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.

Changes to version 0.0.1.3 from version 0.0.0.2:
 - Fix cemetery search to re-load last-used selections.
 - Fix cemetery search to load counties for Ireland and Northern Ireland.

Changes to version 0.0.0.2 from version 0.0.0.1:
 - Fix website bugs for "Refine Last Search", preserving all previous selections.
 - Separate counties in Northern Ireland.
 - Follow initial default selections (instead of defaulting country to Ireland).
 
Version 0.0.0.1
 - Initial release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ireland grave search Ireland grave search
ID ipohohgkfnebaagniemcfnpplpceohfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ireland-grave-search/ipohohgkfnebaagniemcfnpplpceohfc
คำอธิบาย Enhanced FindAGrave search, including Irish counties
ขนาดไฟล์ 23.4 KB
จำนวนการติดตั้ง 318
เวอร์ชันปัจจุบัน 0.0.1.3
อัปเดตครั้งล่าสุด 2014-08-29
วันที่เผยแพร่ 2014-08-29
ผู้พัฒนา https://weirdosoft.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ireland grave search",
    "author": "\u00a9 2014 Weirdosoft",
    "short_name": "Irish graves",
    "description": "Enhanced FindAGrave search, including Irish counties",
    "version": "0.0.1.3",
    "permissions": [
        "http:\/\/*.findagrave.com\/cgi-bin\/fg.cgi"
    ],
    "icons": {
        "128": "128px-Cruz_Celta_con_Trisquetas.svg.png"
    },
    "background": {
        "scripts": [
            "hooks.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}