Intern Recorder

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

Intern Recorder란 무엇입니까?

Intern Recorder은(는) SitePen Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates functional tests for Intern based on interaction with a site from your browser."입니다.

확장 프로그램 스크린샷

screenshot

Intern Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Intern Recorder Intern Recorder
ID oalhlikaceknjlnmoombecafnmhbbgna
공식 URL https://chromewebstore.google.com/detail/intern-recorder/oalhlikaceknjlnmoombecafnmhbbgna
설명 Creates functional tests for Intern based on interaction with a site from your browser.
파일 크기 34.05 KB
설치 횟수 146
현재 버전 1.0.0
최근 업데이트 2018-03-29
출시 날짜 2018-03-29
평점 5.00/5 총 3 개의 평점
개발자 SitePen Labs
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/theintern/recorder
도움말 페이지 URL https://github.com/theintern/recorder/blob/master/CONTRIBUTING.md
지원되는 언어 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"
    ]
}