Learning
A helper for xuexi.cn
Learning là gì?
Learning là một tiện ích mở rộng Chrome được phát triển bởi ttglad, và tính năng chính của nó là "A helper for xuexi.cn".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Learning
Tải xuống các tệp mở rộng Learning 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
学习强国浏览器插件,自动阅读、观看视频、每日答题、每周答题、专项答题,每日45分!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Learning |
ID | pdkhfkjcfgiemfbnabpdffjhfmocokbg |
URL Chính Thức | https://chromewebstore.google.com/detail/learning/pdkhfkjcfgiemfbnabpdffjhfmocokbg |
Mô tả | A helper for xuexi.cn |
Kích Thước Tệp | 86.53 KB |
Số Lần Cài Đặt | 9,000 |
Phiên Bản Hiện Tại | 3.0.9 |
Cập Nhật Lần Cuối | 2023-06-02 |
Ngày Phát Hành | 2022-05-30 |
Đánh Giá | 4.95/5 Tổng số 44 Đánh Giá |
Nhà Phát Triển | ttglad |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ttglad/learning |
URL Trang Trợ Giúp | https://github.com/ttglad/learning |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/ttglad-learning-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |