Learning
A helper for xuexi.cn
Learning क्या है?
Learning ttglad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A helper for xuexi.cn"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Learning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
学习强国浏览器插件,自动阅读、观看视频、每日答题、每周答题、专项答题,每日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 |
| ईमेल | [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\/*"
]
} | |