my-bible

my-bible

my-bibleคืออะไร?

my-bible เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zelenkooleksii75 และคุณลักษณะหลักของมันคือ "my-bible"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย my-bible

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

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

                        King James Bible
Quick search.
Resize bible text and window width.
Number of verses displayed.
  Random verse.
Saving and restoring your settings - font size and window width.
Restore default settings.
German, Russian, Greek, Chinese, French, Spanish, Turkish, Old Slavic, Belarusian  translations.                    

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

ชื่อ my-bible my-bible
ID gopblffdbhncklknfkalmldejndpejnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-bible/gopblffdbhncklknfkalmldejndpejnd
คำอธิบาย my-bible
ขนาดไฟล์ 2.74 MB
จำนวนการติดตั้ง 211
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-05-28
วันที่เผยแพร่ 2020-05-27
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา zelenkooleksii75
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "my-bible",
    "permissions": [
        "storage"
    ],
    "description": "my-bible",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "my-bible",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}