Yez
Task runner
What is Yez?
Yez is a Chrome extension developed by Krasimir Tsonev, and its main feature is "Task runner".
Extension Screenshots
Download Yez Extension CRX File
Download Yez 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
Yez! is a task runner. It uses the Yez Node.js module to run shell programs. It also executes some browser based operations like loading a new page, clicking on element. Along with that has a simple terminal implementation so you can execute terminal commands directly from your browser.
Extension Basic Information
Name | Yez |
ID | acbhddemkmodoahhmnphpcfmcfgpjmap |
Official URL | https://chromewebstore.google.com/detail/yez/acbhddemkmodoahhmnphpcfmcfgpjmap |
Description | Task runner |
File Size | 626 KB |
Installation Count | 219 |
Current Version | 0.2.0 |
Last Updated | 2016-05-28 |
Publish Date | 2016-05-28 |
Rating | 4.29/5 Total 7 Ratings |
Developer | Krasimir Tsonev |
Payment Type | free |
Extension Website | https://github.com/krasimir/yez |
Help Page URL | https://github.com/krasimir/yez/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yez", "description": "Task runner", "version": "0.2.0", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "tabs", "debugger", "http:\/\/*\/", "https:\/\/*\/*", "webNavigation", "storage", " |