ReadScripture Extension

This extension will present bible scripture when opening a new tab

ReadScripture Extensionคืออะไร?

ReadScripture Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RossJ และคุณลักษณะหลักของมันคือ "This extension will present bible scripture when opening a new tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReadScripture Extension

ดาวน์โหลดไฟล์ส่วนขยาย ReadScripture Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ReadScripture Extension ReadScripture Extension
ID egpfjfjlnhjkejlpjjkohfchlcphfked
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/readscripture-extension/egpfjfjlnhjkejlpjjkohfchlcphfked
คำอธิบาย This extension will present bible scripture when opening a new tab
ขนาดไฟล์ 31.26 KB
จำนวนการติดตั้ง 346
เวอร์ชันปัจจุบัน 3.1.6
อัปเดตครั้งล่าสุด 2018-12-06
วันที่เผยแพร่ 2018-12-06
คะแนน 4.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา RossJ
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReadScripture Extension",
    "short_name": "ReadScripture Extension",
    "description": "This extension will present bible scripture when opening a new tab",
    "version": "3.1.6",
    "background": [],
    "chrome_url_overrides": {
        "newtab": ".\/static\/index.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/readscripture-api.herokuapp.com\/*"
    ],
    "icons": {
        "16": ".\/static\/img\/chrome-icon-16.png",
        "48": ".\/static\/img\/chrome-icon-48.png",
        "128": ".\/static\/img\/chrome-icon-128.png"
    }
}