Wyatt

He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser.

Wyattคืออะไร?

Wyatt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Grande และคุณลักษณะหลักของมันคือ "He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wyatt

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wyatt 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
อีเมล [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:\/\/*\/*"
    ]
}