Family Scriptures

Makes www.lds.org/scriptures usable on a big screen, like a home theatre PC.

Family Scripturesคืออะไร?

Family Scriptures เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nathan Sandland และคุณลักษณะหลักของมันคือ "Makes www.lds.org/scriptures usable on a big screen, like a home theatre PC."

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

screenshot
screenshot
screenshot

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

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

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

                        This plugin makes family scripture reading on a computer easier.  It's especially handy if you have a PC connected to a large TV in your family room; no more scrambling to find everyone a copy of the scriptures and open them to the right page.  Instead just install this plugin and point Chrome to www.lds.org/scriptures.  The plugin adds the following functionality:

- Gets rid of unnecessary navigation and chrome
- Allows highlighting and scrolling to each verse by simply using up/down arrow buttons
- For younger children who are still learning to read, you can highlight word-by-word using right/left buttons
- Keeps track of the most recent reading positions (bookmarks) automatically, showing a list at the main page (www.lds.org/scriptures).  If you reach that page via a bookmark or typing it into the address bar, the most recent position will automatically be selected and redirected to.
- Increases text size for easier reading at a distance (can still be adjusted further by using zoom controls in Chrome)                    

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

ชื่อ Family Scriptures Family Scriptures
ID kgiijloledmmicohekpfedbchlegnjcp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/family-scriptures/kgiijloledmmicohekpfedbchlegnjcp
คำอธิบาย Makes www.lds.org/scriptures usable on a big screen, like a home theatre PC.
ขนาดไฟล์ 216 KB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2015-05-25
วันที่เผยแพร่ 2015-05-25
คะแนน 2.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Nathan Sandland
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.1",
    "name": "Family Scriptures",
    "description": "Makes www.lds.org\/scriptures usable on a big screen, like a home theatre PC.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.lds.org\/scriptures*"
            ],
            "exclude_matches": [
                "*:\/\/www.lds.org\/scriptures\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "bookmarks.js",
                "main.js"
            ],
            "css": [
                "main.css",
                "page_structure.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.lds.org\/scriptures\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.lds.org\/scriptures\/*\/*\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "page_structure.js"
            ],
            "css": [
                "page_structure.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.lds.org\/scriptures\/*\/*\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "page_structure.js",
                "bookmarks.js",
                "chapter.js"
            ],
            "css": [
                "page_structure.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/www.lds.org\/scriptures*"
    ],
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    }
}