SkySmart Helper
Выделяйте текст в skysmart, чтобы загуглить задание!
What is SkySmart Helper?
SkySmart Helper is a Chrome extension developed by VityaSchel, and its main feature is "Выделяйте текст в skysmart, чтобы загуглить задание!".
Extension Screenshots
Download SkySmart Helper Extension CRX File
Download SkySmart Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Выделяйте текст в SkySmart, чтобы загуглить задание! С этим расширением вы сможете скопировать текст из контрольной на сайте SkySmart (ранее назывался SkyEng) и поискать текст в поисковике. Расширение находится в открытом доступе на GitHub: https://github.com/VityaSchel/skysmart-helper-extension
Extension Basic Information
Name | SkySmart Helper |
ID | jedfnnibgbfgmcjbibkfbjclbicdfoim |
Official URL | https://chromewebstore.google.com/detail/skysmart-helper/jedfnnibgbfgmcjbibkfbjclbicdfoim |
Description | Выделяйте текст в skysmart, чтобы загуглить задание! |
File Size | 39.35 KB |
Installation Count | 1,424 |
Current Version | 1.0 |
Last Updated | 2021-07-08 |
Publish Date | 2021-04-08 |
Rating | 3.00/5 Total 3 Ratings |
Developer | VityaSchel |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/VityaSchel/skysmart-helper-extension |
Help Page URL | https://github.com/VityaSchel/skysmart-helper-extension/issues |
Supported Languages | 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" } } |