Youversion Search - Filter notes & bookmarks
Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.
Youversion Search - Filter notes & bookmarks란 무엇입니까?
Youversion Search - Filter notes & bookmarks은(는) https://favourfelix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable."입니다.
확장 프로그램 스크린샷
Youversion Search - Filter notes & bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Elevate Your Bible Study Experience with the Youversion Search Chrome Extension Engage with the Scriptures on a new level with Youversion Search—seamlessly integrated with your Youversion Bible App, but with super powers to help you manage your notes and bookmarks better. Why Choose the Youversion Search Chrome Extension? - Easily access and build upon your spiritual insights by efficiently managing notes and bookmarks. - Find specific verses and thoughts instantly, making your former discoveries more accessible than ever. - Enjoy smooth synchronization between web extension, mobile web and your Youversion Bible app, ensuring your insights are available everywhere you go. Experience Youversion Search today and study more efficiently. *Please note that Youversion Search is not affiliated with Youversion or Life.Church. It is a standalone product built by an independent developer.
확장 프로그램 기본 정보
이름 | Youversion Search - Filter notes & bookmarks |
ID | ccdlfnlcdkjjcjdiidgghcgeadghfbdp |
공식 URL | https://chromewebstore.google.com/detail/youversion-search-filter/ccdlfnlcdkjjcjdiidgghcgeadghfbdp |
설명 | Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable. |
파일 크기 | 369 KB |
설치 횟수 | 379 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2024-01-19 |
출시 날짜 | 2023-08-17 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://favourfelix.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://favourfelix.com/youversion-search |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/1a83a299-00cf-4de5-a841-dcadefe3f414 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youversion Search - Filter notes & bookmarks", "description": "Web Browser extension for YouVersion Bible App to make notes and bookmarks filterable.", "version": "1.0.6", "action": { "default_popup": "index.html", "default_icon": "images\/youversion-search-128.png" }, "icons": { "16": "images\/youversion-search-16.png", "32": "images\/youversion-search-32.png", "48": "images\/youversion-search-48.png", "128": "images\/youversion-search-128.png" }, "content_scripts": [ { "js": [ "scripts\/content-script.ts" ], "matches": [ "https:\/\/my.bible.com\/*" ] } ], "background": { "service_worker": "worker.js" }, "host_permissions": [ "*:\/\/*.bible.com\/" ], "permissions": [ "cookies", "storage" ], "web_accessible_resources": [ { "matches": [ " |