Gospel Study Tools

Tools for encouraging increased gospel study through analytics, challenges, badges, games, and more.

Gospel Study Toolsคืออะไร?

Gospel Study Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bret Little และคุณลักษณะหลักของมันคือ "Tools for encouraging increased gospel study through analytics, challenges, badges, games, and more."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gospel Study Tools

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

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

                        LDS President and Prophet Thomas S. Monson said that when performance is measured, performance improves. Gospel Study Tools provide a simple interface for automatically tracking what and how often you study. Study analytics include a complete breakdown down of your study habbits, a study heatmap over the last year and quick links to often and recently studied material.

Soon to be released features include: badges and awards, challenges for friends and family, and goals with tracked progress.

Release Notes:

v1.1.8 - Override default styling of underline highlights on lds.org
v1.1.7 - Bug fixes
v1.1.0 - Add achievements. Popup now shows current study session a part of daily study amount.
v1.0.3 - Add the ability to delete your account.
v1.0.2 - Add links to content under recent and popular content lists.
v1.0.0 - Initial release                    

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

ชื่อ Gospel Study Tools Gospel Study Tools
ID pemmgahbipabhggjonhoknionnahbkgo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gospel-study-tools/pemmgahbipabhggjonhoknionnahbkgo
คำอธิบาย Tools for encouraging increased gospel study through analytics, challenges, badges, games, and more.
ขนาดไฟล์ 5.34 MB
จำนวนการติดตั้ง 653
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2015-10-19
วันที่เผยแพร่ 2015-10-19
คะแนน 4.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Bret Little
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gospelstudy.tools
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gospel Study Tools",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Tools for encouraging increased gospel study through analytics, challenges, badges, games, and more.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "bower_components\/lodash\/lodash.min.js",
            "bower_components\/es6-promise\/promise.min.js",
            "bower_components\/fetch\/fetch.js",
            "scripts\/chromereload.js",
            "build\/background.build.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-bw-16.png",
            "19": "images\/icon-bw-19.png",
            "38": "images\/icon-bw-38.png",
            "128": "images\/icon-bw-128.png"
        },
        "default_title": "LDS Gospel Study Tools",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.lds.org\/*",
                "https:\/\/www.lds.org\/*"
            ],
            "js": [
                "build\/scraper.build.js"
            ],
            "css": [
                "styles\/lds-style-overrides.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.gospelstudy.tools\/*",
                "https:\/\/gst.dev\/*",
                "https:\/\/gospelstudy.tools\/*",
                "http:\/\/gospelstudy.tools\/*"
            ],
            "js": [
                "build\/auth.build.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "options_ui": {
        "page": "index.html",
        "chrome_style": true,
        "open_in_tab": true
    }
}