Intern Recorder

Creates functional tests for Intern based on interaction with a site from your browser.

Intern Recorder là gì?

Intern Recorder là một tiện ích mở rộng Chrome được phát triển bởi SitePen Labs, và tính năng chính của nó là "Creates functional tests for Intern based on interaction with a site from your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Intern Recorder 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

                        Updated for Intern 4! The Intern Recorder is a Chrome extension that assists in the creation of functional tests for Web applications by automatically recording user interaction with a browser into a format compatible with the Intern testing framework.                    

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

Tên Intern Recorder Intern Recorder
ID oalhlikaceknjlnmoombecafnmhbbgna
URL Chính Thức https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna
Mô tả Creates functional tests for Intern based on interaction with a site from your browser.
Kích Thước Tệp 34.05 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-03-29
Ngày Phát Hành 2018-03-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển SitePen Labs
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/theintern/recorder
URL Trang Trợ Giúp https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Intern Recorder",
    "description": "Creates functional tests for Intern based on interaction with a site from your browser.",
    "version": "1.0.0.6",
    "version_name": "1.0.0",
    "minimum_chrome_version": "26.0",
    "devtools_page": "lib\/devtools.html",
    "background": {
        "scripts": [
            "lib\/Recorder.js",
            "lib\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "resources\/manifestIcons\/logo_16.png",
        "32": "resources\/manifestIcons\/logo_32.png",
        "48": "resources\/manifestIcons\/logo_48.png",
        "64": "resources\/manifestIcons\/logo_64.png",
        "128": "resources\/manifestIcons\/logo_128.png"
    },
    "permissions": [
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation"
    ]
}