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 } |