LearnFaster

Enhancement suite for the Learn VLE

LearnFasterคืออะไร?

LearnFaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew Robinson และคุณลักษณะหลักของมันคือ "Enhancement suite for the Learn VLE"

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

screenshot
screenshot

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

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

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

                        Features:
- Search bar: Returns both text and announcements relevant to the search term found within your scope of access.
- Module content inflation: Expands the module content subpages and documents contained within, to make all visible on one page.
- Sticky side menu: Affixes the side menu to the top of your screen, no matter how far down you scroll.
- 😺 + 🐶                    

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

ชื่อ LearnFaster LearnFaster
ID gpnepihajljigdgpcafkcjpgopbpkjkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/learnfaster/gpnepihajljigdgpcafkcjpgopbpkjkk
คำอธิบาย Enhancement suite for the Learn VLE
ขนาดไฟล์ 75.83 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 4.0.3
อัปเดตครั้งล่าสุด 2019-03-07
วันที่เผยแพร่ 2019-03-07
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Matthew Robinson
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://rsquareddevs.wixsite.com/learnfasterpp
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LearnFaster",
    "version": "4.0.3",
    "description": "Enhancement suite for the Learn VLE",
    "options_page": "info.html",
    "author": "Matthew Robinson ",
    "short_name": "LearnFaster",
    "icons": {
        "128": "Search_icon_small.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "worker_proxy.js",
                "fontawesome.js",
                "stickymenu.js",
                "localforage.js"
            ],
            "matches": [
                "https:\/\/www.learn.ed.ac.uk\/*"
            ]
        },
        {
            "js": [
                "animals.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "info.js"
            ],
            "matches": [
                "http:\/\/*\/info.html"
            ]
        }
    ],
    "background": {
        "scripts": [
            "worker_proxy.js",
            "background.js",
            "stickymenu.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "content.js",
        "content2.js",
        "fontawesome.js",
        "info.js",
        "localforage.js",
        "searchWorker.js",
        "stickymenu.js",
        "styles.css",
        "uoe_learn.png",
        "search_icon_stroke_small.png",
        "worker_proxy.html"
    ],
    "browser_action": {
        "default_icon": "Search_icon_small.png"
    }
}