Enhanced grave search
Enhanced search on FindAGrave, including Irish counties
Enhanced grave search क्या है?
Enhanced grave search https://weirdosoft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhanced search on FindAGrave, including Irish counties"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enhanced grave search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |