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."입니다.
확장 프로그램 스크린샷
BYU FamilySearch Testing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |