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 |
| 公式URL | 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 |
| Eメール | [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:\/\/*\/*"
]
} | |