EasyQuiz SFU
Расширение которое поможет тебе с тестами.
Wat is EasyQuiz SFU?
EasyQuiz SFU is een Chrome-extensie ontwikkeld door easy-quiz---sfu, en de belangrijkste functie is "Расширение которое поможет тебе с тестами.".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyQuiz SFU
Download EasyQuiz SFU-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
На странице "Ответы" вы увидите, если ответ на ваш вопрос есть в базе. В ближайшем будущем планируется сделать платную подписку на ответы в закрытых тестах. По всем вопросам и проблемам пишите в группу в ВК (Указана внизу).
Группа ВКонтакте для связи с разработчиками - https://vk.com/easyquizsfu Basisinformatie over de Extensie
| Naam | |
| ID | hfpkpdncnibdboledobffdkpfgccdbpn |
| Officiële URL | https://chromewebstore.google.com/detail/easyquiz-sfu/hfpkpdncnibdboledobffdkpfgccdbpn |
| Beschrijving | Расширение которое поможет тебе с тестами. |
| Bestandsgrootte | 740 KB |
| Aantal Installaties | 1,859 |
| Huidige Versie | 0.10.6 |
| Laatst Bijgewerkt | 2021-12-23 |
| Publicatiedatum | 2020-05-21 |
| Beoordeling | 3.46/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | easy-quiz---sfu |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://vk.com/easyquizsfu |
| Help Pagina-URL | https://vk.com/easyquizsfu |
| URL van de Privacybeleid Pagina | http://easyquiz.xyz/policy |
| Ondersteunde Talen | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EasyQuiz SFU",
"description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0442\u0435\u0431\u0435 \u0441 \u0442\u0435\u0441\u0442\u0430\u043c\u0438.",
"version": "0.10.6",
"icons": {
"16": "static\/icons\/def-icon16.png",
"48": "static\/icons\/def-icon48.png",
"128": "static\/icons\/def-icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/e.sfu-kras.ru\/*"
],
"js": [
"libraries\/purify.min.js",
"libraries\/jquery.js",
"static\/js\/content.js"
],
"css": [
"static\/css\/index.css"
]
}
],
"background": {
"scripts": [
"static\/js\/background.js"
]
},
"permissions": [
"tabs",
"http:\/\/134.0.112.234\/*"
],
"browser_action": {
"default_icon": {
"16": "static\/icons\/def-icon16.png",
"24": "static\/icons\/def-icon24.png",
"32": "static\/icons\/def-icon32.png"
},
"default_title": "EasyQuiz"
}
} | |