Yez
Task runner
什麼是Yez?
Yez是由Krasimir Tsonev開發的Chrome擴展程式,該擴展的主要功能是“Task runner”。
擴展截圖
下載Yez擴展crx文件
下載Yez擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Yez |
ID | acbhddemkmodoahhmnphpcfmcfgpjmap |
官方網址 | https://chromewebstore.google.com/detail/yez/acbhddemkmodoahhmnphpcfmcfgpjmap |
簡介 | Task runner |
檔案大小 | 626 KB |
安裝次數 | 219 |
目前版本 | 0.2.0 |
更新時間 | 2016-05-28 |
上架時間 | 2016-05-28 |
評分 | 4.29/5 共 7 次評分 |
開發者 | Krasimir Tsonev |
付費類型 | free |
擴展官網 | https://github.com/krasimir/yez |
說明頁面URL | https://github.com/krasimir/yez/issues |
支援的語言 | 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", " |