Repeater DevTool

User event stream recorder.

What is Repeater DevTool?

Repeater DevTool is a Chrome extension developed by repeater.js, and its main feature is "User event stream recorder.".

Extension Screenshots

screenshot

Download Repeater DevTool Extension CRX File

Download Repeater DevTool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Repeater help you to record browser events as visual test case. This extension enables basic event recording for better test case recording experience.                    

Extension Basic Information

Name Repeater DevTool Repeater DevTool
ID dapkdlecchiilehdieohlodhmjpehbcd
Official URL https://chromewebstore.google.com/detail/repeater-devtool/dapkdlecchiilehdieohlodhmjpehbcd
Description User event stream recorder.
File Size 12.38 KB
Installation Count 88
Current Version 0.1.0
Last Updated 2019-01-21
Publish Date 2019-01-16
Developer repeater.js
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Repeater DevTool",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "User event stream recorder.",
    "homepage_url": "http:\/\/github.com\/doodlewind\/repeater",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "Record Events",
        "default_popup": "browser-action\/index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "inject\/index.js"
            ]
        }
    ]
}