Historical U.S. Counties Auto-Checker

While searching Ancestry & FamilySearch, auto-checks county and place, notes boundary changes, shows historical county maps

Cos'è Historical U.S. Counties Auto-Checker?

Historical U.S. Counties Auto-Checker è un'estensione di Chrome sviluppata da https://randymajors.org, e la sua funzione principale è "While searching Ancestry & FamilySearch, auto-checks county and place, notes boundary changes, shows historical county maps".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Historical U.S. Counties Auto-Checker

Scarica i file di estensione Historical U.S. Counties Auto-Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Let this FREE tool do the location work for you as you search on Ancestry.com or FamilySearch.org.  

Optional upgrade for Ancestry.com users:  Tree Fact-Checking and LifeMap!

U.S. county boundaries have changed over 17,600 times since America was settled in colonial times. Don’t sabotage your search for ancestors by not knowing the correct county for the historical years you are researching.

While searching on Ancestry or FamilySearch, this free Historical U.S. Counties Auto-Checker extension for Google Chrome automatically checks that the county existed in the year you are searching, checks for valid places, warns of boundary changes, and links to historical county lines on Google Maps for the place and years you are searching!

Install for free today and never let an ancestor fall off the map again!

The Historical U.S. Counties Auto-Checker Chrome extension makes use of the award-winning randymajors.org Research Hub’s Historical U.S. Counties on Google Maps tool, underpinned with the complete dataset of the authoritative Newberry Atlas of Historical County Boundaries. 

INSTRUCTIONS:

1.  Install the Historical U.S. Counties Auto-Checker Chrome extension by clicking the "Add to Chrome" button in the upper right corner of this page.

2.  Go to any search form on Ancestry.com or FamilySearch.org and start typing a place and a year.  As you finish typing in each box, the Historical U.S. Counties Auto-Checker Chrome extension will update information in a box as shown in the screenshots.  Note that the information shown is updated based on the last year box and place box you were interacting with.

3.  Read the Note and Warning messages that appear about some counties, and click the MAP link to view historical county boundaries for the place/county/state and historical year you are researching.  The Auto-Checker first tries to center the map on the city/place/township you are searching for, and if it cannot find an exact match, it centers on the county you are searching for, and as a final fallback centers on the state you are searching for.

4.  Using the map, when you find the correct county name for the year you are researching, put that county name in the place search box on Ancestry or FamilySearch in the form "City, County, State, USA"

ENABLE TREE FACT-CHECKING & LIFEMAP FUNCTIONALITY: If you are a randymajors.org Research Hub Monthly Contributor, the Auto-Checker will also check all U.S. location facts on Person profile pages on Ancestry trees, plus create a link to an interactive LifeMap for each ancestor! And your MAP links will open into ad-free fullscreen map windows any time you click a MAP link!  LEARN MORE HERE:  https://www.randymajors.org/access-ad-free-fullscreen-tools#compare 

That's all there is to it.  Hope the tool helps you discover some "hidden" records!

(When you install the Auto-Checker, you may see a standard confirmation window that states that the extension can “Read and change your data on www.ancestry.com or www.familysearch.org or www.google-analytics.com”.  Rest assured that the Historical U.S. Counties Auto-Checker Chrome extension ONLY reads the place and year fields and shows the county information as shown in the screenshots above; it absolutely DOES NOT make any changes to your data whatsoever.  No logins or email addresses are required to use the extension!)                    

Informazioni di Base sull'Estensione

Nome Historical U.S. Counties Auto-Checker Historical U.S. Counties Auto-Checker
ID phafnnacanbkdnkemiomjpaamomdgjhm
URL Ufficiale https://chromewebstore.google.com/detail/historical-us-counties-au/phafnnacanbkdnkemiomjpaamomdgjhm
Descrizione While searching Ancestry & FamilySearch, auto-checks county and place, notes boundary changes, shows historical county maps
Dimensione del File 5.97 MB
Conteggio Installazioni 1,962
Versione Corrente 4.32
Ultimo Aggiornamento 2023-09-27
Data di Pubblicazione 2020-05-31
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://randymajors.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.randymajors.org/
URL della Pagina di Aiuto https://www.randymajors.org/help
URL della Pagina della Politica sulla Privacy https://www.randymajors.org/terms-disclaimer-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Historical U.S. Counties Auto-Checker",
    "short_name": "County Auto-Checker",
    "version": "4.32",
    "description": "While searching Ancestry & FamilySearch, auto-checks county and place, notes boundary changes, shows historical county maps",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16BlueGlobe.png",
            "32": "images\/32BlueGlobe.png",
            "48": "images\/48BlueGlobe.png",
            "128": "images\/128BlueGlobe.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ancestry.com\/*",
                "https:\/\/*.ancestry.ca\/*",
                "https:\/\/*.ancestry.co.uk\/*",
                "https:\/\/*.ancestrylibrary.com\/*",
                "https:\/\/*.familysearch.org\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.5.1.min.js",
                "dexie204.min.js",
                "content.min.js"
            ],
            "run_at": "document_idle",
            "css": [
                "rmrhExtStyles.min.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/16BlueGlobe.png",
        "32": "images\/32BlueGlobe.png",
        "48": "images\/48BlueGlobe.png",
        "128": "images\/128BlueGlobe.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "hcLookup.json",
                "pCentroids.json",
                "pCentroidsAll.json",
                "images\/16BlueGlobe.png"
            ],
            "matches": [
                "https:\/\/*.ancestry.com\/*",
                "https:\/\/*.familysearch.org\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}