Learning

A helper for xuexi.cn

Learning란 무엇입니까?

Learning은(는) ttglad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A helper for xuexi.cn"입니다.

확장 프로그램 스크린샷

screenshot

Learning 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Learning Learning
ID pdkhfkjcfgiemfbnabpdffjhfmocokbg
공식 URL 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\/*"
    ]
}