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:\/\/*\/*"
    ]
}