Word Box

Get a Word of God on every New Tab

Word Boxคืออะไร?

Word Box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jesus Youth Infopark และคุณลักษณะหลักของมันคือ "Get a Word of God on every New Tab"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get bible quotes inside the browser tab.

" Your word is a lamp to my feet and light to my path "

Get inspired by a new Bible quote in every tab and stay close to God.

- Click on the Word Box icon to change language
- Languages Available : English & Malayalam                    

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

ชื่อ Word Box Word Box
ID pebhlgoleljlpkjdceakhjnoioceicfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/word-box/pebhlgoleljlpkjdceakhjnoioceicfl
คำอธิบาย Get a Word of God on every New Tab
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2020-08-25
วันที่เผยแพร่ 2020-08-05
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Jesus Youth Infopark
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Box",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Get a Word of God on every New Tab",
    "icons": {
        "16": "image\/bible_16.png",
        "32": "image\/bible_32.png",
        "64": "image\/bible_64.png",
        "128": "image\/bible_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "history"
    ],
    "web_accessible_resources": [
        "data\/*.json"
    ]
}