Goldie May

Software Power Tools for Genealogists

Goldie May क्या है?

Goldie May https://www.goldiemay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Software Power Tools for Genealogists"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Goldie May एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Goldie May provides software power tools for genealogists.

It's not another place for storing your conclusions; it's a place for your work in progress. Keep your data in FamilySearch Tree or your Ancestry tree and see if Goldie May can help. 

"...this is the...coolest tool I've seen in 40 years!" - Vicki

Features:
  * New timeline feature called "The Subway Map"
  * Track projects & tasks lists 
  * Research log -- click to log, or log each page automatically
  * Add citations & comments
  * Save screenshots
  * Bookmark windows & tabs to re-open later
  * Locality research: Place-specific links to FamilySearch Wiki
  * Place-specific links to catalogs of FamilySearch, Ancestry, and MyHeritage
  * Collaborate with family, colleagues, & friends
  * Access your data from anywhere (like the library!) because it's saved to the cloud

Goldie May is a FamilySearch Compatible Solution.

Goldie May is an authorized training partner of The Family History Guide.

Volunteering: In collaboration with the BYU Record Linking Lab, you can volunteer your time to attach records from the U.S. and U.K. Censuses to FamilySearch Tree. Like indexing, this is an altruistic effort to improve the Family Tree for others, especially new users. You'll attach records to existing people in the Tree and add new people.

On a personal note, I'm a software developer who worked in tech roles at three genealogy companies. Now I'm building Goldie May to be the tool I want for my own genealogy research. I hope it's also useful to you!

Goldie is my great-grandmother's name and May comes from a beloved ancestor on my wife's side of the family.

If you have any questions or comments, I'd love to hear from you!
— Richard K. Miller                    

एक्सटेंशन की मूल जानकारी

नाम Goldie May Goldie May
ID dhmlghokhgphidijmacfnmegmkkhpdik
आधिकारिक URL https://chromewebstore.google.com/detail/goldie-may/dhmlghokhgphidijmacfnmegmkkhpdik
विवरण Software Power Tools for Genealogists
फ़ाइल का आकार 170 KB
स्थापना संख्या 11,484
वर्तमान संस्करण 2024.4
अंतिम अपडेट 2024-02-24
प्रकाशन तिथि 2020-05-30
रेटिंग 4.70/5 कुल 10 रेटिंग्स
डेवलपर https://www.goldiemay.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.goldiemay.com/
सहायता पृष्ठ URL https://www.goldiemay.com/#contact
गोपनीयता नीति पृष्ठ URL https://www.goldiemay.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goldie May",
    "short_name": "goldiemay",
    "description": "Software Power Tools for Genealogists",
    "author": "Richard K. Miller",
    "version": "2024.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+G"
            }
        },
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take a screenshot to save to your log"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ancestry.com\/*",
                "https:\/\/www.familysearch.org\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ancestry.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "blur_all.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.goldiemay.com\/*"
            ],
            "js": [
                "goldiemay_content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.ancestry.com\/*",
        "https:\/\/*.familysearch.org\/*",
        "https:\/\/app.goldiemay.com\/*",
        "activeTab",
        "contextMenus",
        "tabs"
    ],
    "optional_permissions": [
        ""
    ],
    "icons": {
        "16": "images\/black-016.png",
        "48": "images\/black-048.png",
        "128": "images\/black-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/black-016.png",
            "24": "images\/black-024.png",
            "32": "images\/black-032.png"
        },
        "default_title": "Goldie May"
    }
}