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文件

下載Intern Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}