New Tab Bible Verses
Bible verses delivered every time you open up a new tab.
New Tab Bible Verses란 무엇입니까?
New Tab Bible Verses은(는) The Mindful Tech Lab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bible verses delivered every time you open up a new tab."입니다.
확장 프로그램 스크린샷
New Tab Bible Verses 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New Tab Bible Verses replaces your new tab page with a selection of randomized Bible verses displayed in a minimalist layout. There’s no better way to inject Bible verses into your daily routine than to add this simple extension. A project in collaboration with Dr. Jeremy Roberts, Lead Pastor of The Church of Highlands and adjunct professor at Liberty University. You can reach out to him at [email protected]
확장 프로그램 기본 정보
이름 | |
ID | djlpnhfkmaghdcfdmajkkefmjnmiidbc |
공식 URL | https://chrome.google.com/webstore/detail/new-tab-bible-verses/djlpnhfkmaghdcfdmajkkefmjnmiidbc |
설명 | Bible verses delivered every time you open up a new tab. |
파일 크기 | 42.51 KB |
설치 횟수 | 711 |
현재 버전 | 1.8 |
최근 업데이트 | 2017-01-13 |
출시 날짜 | 2017-01-13 |
평점 | 4.83/5 총 143 개의 평점 |
개발자 | The Mindful Tech Lab |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "New Tab Bible Verses", "description": "Bible verses delivered every time you open up a new tab.", "version": "1.8", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |