Random Scripture Generator
Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)
Random Scripture Generatorคืออะไร?
Random Scripture Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย steeledevelopers และคุณลักษณะหลักของมันคือ "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Scripture Generator
ดาวน์โหลดไฟล์ส่วนขยาย Random Scripture Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Clicking this chrome extension to see a random verse of scripture is a great way to pique your curiosity about the stories and content of these books of scriptures. From the chrome extension, click on the verse reference to read it in context, on the church website. (This is not an official app from The Church Of Jesus Christ of Latter-Day Saints.)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Random Scripture Generator |
ID | gkpbejaonpbpidljdldghalngdbbaiei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/random-scripture-generato/gkpbejaonpbpidljdldghalngdbbaiei |
คำอธิบาย | Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.) |
ขนาดไฟล์ | 3.46 MB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2019-07-20 |
วันที่เผยแพร่ | 2019-07-19 |
ผู้พัฒนา | steeledevelopers |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Scripture Generator", "description": "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)", "version": "0.3", "background": { "page": "background.html" }, "browser_action": { "default_icon": "Icons\/v3-scripture-orb1.png", "default_popup": "popup.html" }, "icons": { "16": "Icons\/v3-scripture-orb1.png", "19": "Icons\/v3-scripture-orb1.png", "38": "Icons\/v3-scripture-orb1.png", "48": "Icons\/v3-scripture-orb1.png", "128": "Icons\/v3-scripture-orb1.png", "256": "Icons\/v3-scripture-orb1.png" }, "permissions": [ "storage" ] } |