Learning

A helper for xuexi.cn

什麼是Learning?

Learning是由ttglad開發的Chrome擴展程式,該擴展的主要功能是“A helper for xuexi.cn”。

擴展截圖

screenshot

下載Learning擴展crx文件

下載Learning擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        学习强国浏览器插件,自动阅读、观看视频、每日答题、每周答题、专项答题,每日45分!                    

擴展基本資訊

名稱 Learning Learning
ID pdkhfkjcfgiemfbnabpdffjhfmocokbg
官方網址 https://chromewebstore.google.com/detail/learning/pdkhfkjcfgiemfbnabpdffjhfmocokbg
簡介 A helper for xuexi.cn
檔案大小 86.53 KB
安裝次數 9,000
目前版本 3.0.9
更新時間 2023-06-02
上架時間 2022-05-30
評分 4.95/5 共 44 次評分
開發者 ttglad
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ttglad/learning
說明頁面URL https://github.com/ttglad/learning
隱私政策頁面URL https://sites.google.com/view/ttglad-learning-policy
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extDescription__",
    "version": "3.0.9",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon\/icon_16x16.png",
        "32": "img\/icon\/icon_32x32.png",
        "48": "img\/icon\/icon_48x48.png",
        "128": "img\/icon\/icon_128x128.png"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": "img\/icon\/icon_128x128.png",
        "default_title": "__MSG_extPopTitle__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/xuexi\/login.js"
            ],
            "matches": [
                "*:\/\/pc.xuexi.cn\/points\/login.html*"
            ]
        },
        {
            "js": [
                "js\/xuexi\/points.js"
            ],
            "matches": [
                "*:\/\/pc.xuexi.cn\/points\/my-points.html*"
            ]
        },
        {
            "js": [
                "js\/xuexi\/detail.js"
            ],
            "matches": [
                "*:\/\/www.xuexi.cn\/lgpage\/detail\/index.html*"
            ]
        },
        {
            "js": [
                "js\/xuexi\/redirect.js",
                "js\/xuexi\/valid.js"
            ],
            "matches": [
                "*:\/\/*.xuexi.cn\/*"
            ]
        },
        {
            "js": [
                "libs\/jquery.js",
                "js\/xuexi\/answer.js"
            ],
            "matches": [
                "*:\/\/pc.xuexi.cn\/points\/exam-practice.html*",
                "*:\/\/pc.xuexi.cn\/points\/exam-weekly-detail.html*",
                "*:\/\/pc.xuexi.cn\/points\/exam-paper-detail.html*"
            ]
        },
        {
            "js": [
                "js\/xuexi\/week.js"
            ],
            "matches": [
                "*:\/\/pc.xuexi.cn\/points\/exam-weekly-list.html*"
            ]
        },
        {
            "js": [
                "js\/xuexi\/paper.js"
            ],
            "matches": [
                "*:\/\/pc.xuexi.cn\/points\/exam-paper-list.html*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.xuexi.cn\/*"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.xuexi.cn\/*"
    ]
}