Wyatt
He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser.
什麼是Wyatt?
Wyatt是由Alex Grande開發的Chrome擴展程式,該擴展的主要功能是“He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser.”。
下載Wyatt擴展crx文件
下載Wyatt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wyatt - rspec generator
Wyatt is a siberian husky that lives inside Chrome. He gets enjoyment from life by helping you write rspec feature tests.
Wyatt generates rspec feature tests by clicking around your website.
Learn more:
https://github.com/BreakthroughBehavioralInc/wyatt 擴展基本資訊
| 名稱 | |
| ID | loghmjankjabncogkonpodnkgdlojhen |
| 官方網址 | https://chrome.google.com/webstore/detail/wyatt/loghmjankjabncogkonpodnkgdlojhen |
| 簡介 | He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser. |
| 檔案大小 | 216 KB |
| 安裝次數 | 10 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2016-03-23 |
| 上架時間 | 2016-03-23 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Alex Grande |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/chromereload.js",
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Wyatt",
"default_popup": "popup.html"
},
"omnibox": {
"keyword": "Wyatt"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/gator.js",
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |