BYU FamilySearch Testing

This extension allows testing of FamilySearch.org to improve the site. Email [email protected] for participation/questions.

Τι είναι το BYU FamilySearch Testing;

Το BYU FamilySearch Testing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον experimentsfs, και η κύρια λειτουργία του είναι "This extension allows testing of FamilySearch.org to improve the site. Email [email protected] for participation/questions.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BYU FamilySearch Testing

Λήψη αρχείων επέκτασης BYU FamilySearch Testing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension is to help FamilySearch become a better family history site.
This extension is for testing different functionality on FamilySearch.org by researchers, primarily originating from BYU. 
No features of this extension will be enabled without being whitelisted or having a verification code.
FamilySearch.org UI will be the only UI changed at any time, and only upon approval by FamilySearch itself.

Others wanting to take place in the experimental UI changes may contact the researchers via email.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BYU FamilySearch Testing BYU FamilySearch Testing
ID ajffmfpjibgpiolfheonhabaomgkfijd
Επίσημο URL https://chromewebstore.google.com/detail/byu-familysearch-testing/ajffmfpjibgpiolfheonhabaomgkfijd
Περιγραφή This extension allows testing of FamilySearch.org to improve the site. Email [email protected] for participation/questions.
Μέγεθος Αρχείου 777 KB
Αριθμός Εγκαταστάσεων 164
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2023-07-06
Ημερομηνία Δημοσίευσης 2023-03-07
Προγραμματιστής experimentsfs
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BYU FamilySearch Testing",
    "short_name": "FS Tests",
    "description": "This extension allows testing of FamilySearch.org to improve the site. Email [email protected] for participation\/questions.",
    "homepage_url": "http:\/\/chrome.google.com\/webstore",
    "version": "0.0.3",
    "version_name": "0.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage",
        "cookies",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.familysearch.org\/",
        "https:\/\/familysearch.org\/",
        "https:\/\/community.familysearch.org\/",
        "https:\/\/beta.familysearch.org\/",
        "https:\/\/integration.familysearch.org\/"
    ],
    "icons": {
        "16": "assets\/img\/tryicon16.png",
        "32": "assets\/img\/tryicon32.png",
        "48": "assets\/img\/tryicon48.png",
        "128": "assets\/img\/tryicon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.familysearch.org\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/*"
            ],
            "matches": [
                "https:\/\/*.familysearch.org\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/img\/tryicon16.png",
            "32": "assets\/img\/tryicon32.png",
            "48": "assets\/img\/tryicon48.png",
            "128": "assets\/img\/\/tryicon128.png"
        },
        "default_popup": "assets\/popup\/fstesting.html",
        "default_title": "BYU FamilySearch Testing"
    }
}