Learning
A helper for xuexi.cn
Learningとは何ですか?
Learningはttgladによって開発されたChromeの拡張機能で、その主な機能は「A helper for xuexi.cn」です。
拡張機能のスクリーンショット
Learning拡張機能のCRXファイルをダウンロード
Learning拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
学习强国浏览器插件,自动阅读、观看视频、每日答题、每周答题、专项答题,每日45分! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |