SkySmart Helper
Выделяйте текст в skysmart, чтобы загуглить задание!
Qu'est-ce que SkySmart Helper ?
SkySmart Helper est une extension Chrome développée par VityaSchel, et sa fonction principale est "Выделяйте текст в skysmart, чтобы загуглить задание!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SkySmart Helper
Téléchargez les fichiers d'extension SkySmart Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Выделяйте текст в SkySmart, чтобы загуглить задание! С этим расширением вы сможете скопировать текст из контрольной на сайте SkySmart (ранее назывался SkyEng) и поискать текст в поисковике. Расширение находится в открытом доступе на GitHub: https://github.com/VityaSchel/skysmart-helper-extension
Informations de Base sur l'Extension
Nom | SkySmart Helper |
ID | jedfnnibgbfgmcjbibkfbjclbicdfoim |
URL Officiel | https://chromewebstore.google.com/detail/skysmart-helper/jedfnnibgbfgmcjbibkfbjclbicdfoim |
Description | Выделяйте текст в skysmart, чтобы загуглить задание! |
Taille du Fichier | 39.35 KB |
Nombre d'Installations | 1,424 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-07-08 |
Date de Publication | 2021-04-08 |
Évaluation | 3.00/5 Total 3 Évaluations |
Développeur | VityaSchel |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/VityaSchel/skysmart-helper-extension |
URL de la Page d'Aide | https://github.com/VityaSchel/skysmart-helper-extension/issues |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SkySmart Helper", "description": "\u0412\u044b\u0434\u0435\u043b\u044f\u0439\u0442\u0435 \u0442\u0435\u043a\u0441\u0442 \u0432 skysmart, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0433\u0443\u0433\u043b\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u043d\u0438\u0435!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/edu.skysmart.ru\/lesson\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |