Lectio Calender - Student Comanion

Lectio Enhancer with Calender For Student Companion

Lectio Calender - Student Comanion là gì?

Lectio Calender - Student Comanion là một tiện ích mở rộng Chrome được phát triển bởi William B. Meyling, và tính năng chính của nó là "Lectio Enhancer with Calender For Student Companion".

Tải xuống tệp CRX của tiện ích mở rộng Lectio Calender - Student Comanion

Tải xuống các tệp mở rộng Lectio Calender - Student Comanion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With AI (artificial intelligence). Enhance your lectio profile with an optimized calender function. Automatically planning your every-day.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lectio Calender - Student Comanion Lectio Calender - Student Comanion
ID llkfaognadmkninbflfphjeeeoodilkm
URL Chính Thức https://chrome.google.com/webstore/detail/lectio-calender-student-c/llkfaognadmkninbflfphjeeeoodilkm
Mô tả Lectio Enhancer with Calender For Student Companion
Kích Thước Tệp 285 KB
Số Lần Cài Đặt 371
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-11-13
Ngày Phát Hành 2017-11-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển William B. Meyling
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lectio Calender - Student Comanion",
    "description": "Lectio Enhancer with Calender For Student Companion",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "\/OtherResources\/p5.min.js",
                "sketch.js",
                "p5.speech.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "bodyCalende.html",
        "calender.js"
    ]
}