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是由experimentsfs开发的Chrome扩展程序,该扩展的主要功能是“This extension allows testing of FamilySearch.org to improve the site. Email [email protected] for participation/questions.”。

扩展截图

screenshot
screenshot

下载BYU FamilySearch Testing扩展crx文件

下载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"
    }
}