Christ-Centered
Replace your new tab page with the Bible Verse of the Day.
Christ-Centeredคืออะไร?
Christ-Centered เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jackson.nestelroad และคุณลักษณะหลักของมันคือ "Replace your new tab page with the Bible Verse of the Day."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Christ-Centered
ดาวน์โหลดไฟล์ส่วนขยาย Christ-Centered ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stay centered on Christ.
Christ-Centered replaces your new tab page with the Bible Verse of the Day, providing you with a dose of encouragement as you browse the Internet. Keep God at the center of everything you do.
• Bible Verse of the Day.
• Inspirational background photo.
• Current weather information for your area.
• Custom Bible verse/passage/chapter display by search (such as "Rom 12:3" or "Psalm 22").
• Read the Bible in 10 different languages: English, Spanish, Chinese, Japanese, Korean, Portuguese, French, German, Italian, and Hindi.
"But seek first the kingdom of God and his righteousness, and all these things will be added to you." (Matthew 6:33 ESV)
"In everything you do, put God first, and he will direct you and crown your efforts with success." (Proverbs 3:6 TLB)
"I am the vine; you are the branches. If you remain in me and I in you, you will bear much fruit; apart from me you can do nothing." (John 15:5 NIV)
_________________________
Updates
• 2.2.1
- Fixed verse range hyphens in the MSG version.
• 2.2.0
- Added option for changing Bible translation.
- Added option for reading the Bible in 10 languages: English, Spanish, Chinese, Japanese, Korean, Portuguese, French, German, Italian, and Hindi.
• 2.0.0 - Christ-Centered has been completely revamped!
- Pop-out menu directly in the extension for updating settings.
- Display your favorite passage or chapter using verse search.
- Display weather for different locations.
- New backgrounds!
- Bible verses are now sourced directly from BibleGateway. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | adcoobhgdcnpbmkhajkabmkcfdekdibo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/christ-centered/adcoobhgdcnpbmkhajkabmkcfdekdibo |
| คำอธิบาย | Replace your new tab page with the Bible Verse of the Day. |
| ขนาดไฟล์ | 53.98 MB |
| จำนวนการติดตั้ง | 1,392 |
| เวอร์ชันปัจจุบัน | 2.2.1 |
| อัปเดตครั้งล่าสุด | 2023-10-20 |
| วันที่เผยแพร่ | 2019-09-04 |
| คะแนน | 5.00/5 รวมทั้งหมด 12 คะแนน |
| ผู้พัฒนา | jackson.nestelroad |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Christ-Centered",
"version": "2.2.1",
"description": "Replace your new tab page with the Bible Verse of the Day.",
"author": "[email protected]",
"action": {
"default_icon": {
"48": "images\/logos\/48.png",
"128": "images\/logos\/128.png"
},
"default_title": "Christ-Centered"
},
"icons": {
"48": "images\/logos\/48.png",
"128": "images\/logos\/128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"geolocation"
],
"host_permissions": [
"https:\/\/*.biblegateway.com\/*",
"https:\/\/fonts.googleapis.com\/*",
"https:\/\/api.openweathermap.org\/*"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
} | |