JW Daily Scripture
The JW Daily Scripture, available in your toolbar
JW Daily Scriptureคืออะไร?
JW Daily Scripture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nongeekboy และคุณลักษณะหลักของมันคือ "The JW Daily Scripture, available in your toolbar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JW Daily Scripture
ดาวน์โหลดไฟล์ส่วนขยาย JW Daily Scripture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A small extension that loads the Jehovah's Witnesses Daily Scripture from the JW Watchtower ONLINE LIBRARY
(http://wol.jw.org).
This is NOT an official app.
The JW Daily Scripture extension is available in 41 languages. More to be added!
Please send your support emails and language/features requests to:
[email protected]
**Release Notes**
v.1.5.6 - 2022.02.23
- remove tab permission request
v.1.5.5 - 2017.05.02
bugfix: use https instead of http
v.1.5.4 - 2017.04.19
bugfix: text not loading due to a change in the css class names
v1.5.2 - 2016.03.21
- display memorial text suggestion
bugfix: content was not parsed correctly when text for memorial was present
v1.5.0 - 2015.06.05
-simplified the design for better readability
v1.4.0 - 29.04.2015
bugfix: in some languages, content is not loaded due to style rules changes in wol.jw.org
v1.3.0 - 16.10.2014
JW Daily Scripture is now one year old!
features:
- font-size control
other:
- some small design changes
- some code optimisation
v1.2.1 - 03.06.2014
features:
- added shortcut for Options page on the popup
- added loading indicator
Other:
- removed the dynamic icon feature
v1.1.0 - 07.01.2014
features:
- option for toolbar icon with scripture
- notification message "daily text not available yet"
v1.0.0 - 29.10.2013
features: 20 new languages added
v0.2.5 - 24.10.2013
-code refactoring
Bug fixes:
-increased the paragraph padding so that the text would not be cut off on margins
-the icon is now visible (again) on the options page
v0.2.4 - 17.10.2013
-new icons set (reproducing the "Daily Scripture" brochure cover)
v0.2.3 - 17.10.2013
-minor style changes
-new icon for Chrome Webstore
v0.2.0 - 12.10.2013
- Daily scripture available in 21 languages
-"Options" page with language selector
Bug Fixes:
-the English language is now set as default
v0.1.2 - 11.10.2013
Bug Fixes:
-"Daily Text" menu link functional
v0.1.0 - 10.10.2013
-initial release ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hoaeoknbnombjplkahejaedapopgclgg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jw-daily-scripture/hoaeoknbnombjplkahejaedapopgclgg |
| คำอธิบาย | The JW Daily Scripture, available in your toolbar |
| ขนาดไฟล์ | 96.76 KB |
| จำนวนการติดตั้ง | 4,192 |
| เวอร์ชันปัจจุบัน | 1.5.6 |
| อัปเดตครั้งล่าสุด | 2022-04-29 |
| วันที่เผยแพร่ | 2017-05-02 |
| คะแนน | 4.88/5 รวมทั้งหมด 244 คะแนน |
| ผู้พัฒนา | nongeekboy |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JW Daily Scripture",
"description": "The JW Daily Scripture, available in your toolbar",
"version": "1.5.6",
"manifest_version": 2,
"browser_action": {
"default title": "JW Daily Scripture",
"default_popup": "popup.html",
"default_icon": "128.png"
},
"options_page": "options.html",
"icons": {
"16": "16.png",
"19": "19.png",
"38": "38.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"https:\/\/wol.jw.org\/",
"https:\/\/chrome.google.com\/"
],
"background": {
"scripts": [
"jquery.min.js",
"eventPage.js"
],
"persistent": false
}
} | |