Enhanced grave search
Enhanced search on FindAGrave, including Irish counties
Enhanced grave searchคืออะไร?
Enhanced grave search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://weirdosoft.com และคุณลักษณะหลักของมันคือ "Enhanced search on FindAGrave, including Irish counties"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhanced grave search
ดาวน์โหลดไฟล์ส่วนขยาย Enhanced 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. Version 1.0.0.0 - Initial release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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 } |