Verse of the Day
This extension shows the VOTD from BibleGateway.com
Verse of the Dayคืออะไร?
Verse of the Day เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marlonn.funtanilla และคุณลักษณะหลักของมันคือ "This extension shows the VOTD from BibleGateway.com"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Verse of the Day
ดาวน์โหลดไฟล์ส่วนขยาย Verse of the Day ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fplojlkfdpaonhfpddldfhdkkgaeijeo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo |
คำอธิบาย | This extension shows the VOTD from BibleGateway.com |
ขนาดไฟล์ | 9.15 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-08-05 |
วันที่เผยแพร่ | 2016-08-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | marlonn.funtanilla |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Verse of the Day", "description": "This extension shows the VOTD from BibleGateway.com", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |