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”。
扩展截图
下载Enhanced grave search扩展crx文件
下载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 } |