Wyatt
He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser.
Was ist Wyatt?
Wyatt ist eine Chrome-Erweiterung, die von Alex Grande entwickelt wurde, und ihr Hauptmerkmal ist "He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser.".
Wyatt-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wyatt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | loghmjankjabncogkonpodnkgdlojhen |
Offizielle URL | https://chrome.google.com/webstore/detail/wyatt/loghmjankjabncogkonpodnkgdlojhen |
Beschreibung | He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser. |
Dateigröße | 216 KB |
Installationsanzahl | 10 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2016-03-23 |
Veröffentlichungsdatum | 2016-03-23 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Alex Grande |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |