Historical U.S. Counties Auto-Checker

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

Historical U.S. Counties Auto-Checker란 무엇입니까?

Historical U.S. Counties Auto-Checker은(는) https://randymajors.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "While searching Ancestry & FamilySearch, auto-checks county and place, notes boundary changes, shows historical county maps"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Historical U.S. Counties Auto-Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!)                    

확장 프로그램 기본 정보

이름 Historical U.S. Counties Auto-Checker Historical U.S. Counties Auto-Checker
ID phafnnacanbkdnkemiomjpaamomdgjhm
공식 URL https://chromewebstore.google.com/detail/historical-us-counties-au/phafnnacanbkdnkemiomjpaamomdgjhm
설명 While searching Ancestry & FamilySearch, auto-checks county and place, notes boundary changes, shows historical county maps
파일 크기 5.97 MB
설치 횟수 1,962
현재 버전 4.32
최근 업데이트 2023-09-27
출시 날짜 2020-05-31
평점 5.00/5 총 8 개의 평점
개발자 https://randymajors.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.randymajors.org/
도움말 페이지 URL https://www.randymajors.org/help
개인정보 보호 정책 페이지 URL https://www.randymajors.org/terms-disclaimer-privacy-policy
지원되는 언어 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'"
    }
}