Wyatt

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

Wyatt là gì?

Wyatt là một tiện ích mở rộng Chrome được phát triển bởi Alex Grande, và tính năng chính của nó là "He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser.".

Tải xuống tệp CRX của tiện ích mở rộng Wyatt

Tải xuống các tệp mở rộng Wyatt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wyatt Wyatt
ID loghmjankjabncogkonpodnkgdlojhen
URL Chính Thức https://chrome.google.com/webstore/detail/wyatt/loghmjankjabncogkonpodnkgdlojhen
Mô tả He is a siberian husky that lives in Chrome, and helps write rspec tests by recording your actions in the browser.
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2016-03-23
Ngày Phát Hành 2016-03-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Alex Grande
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}