Browserbite Recorder (beta)

Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.

Browserbite Recorder (beta)란 무엇입니까?

Browserbite Recorder (beta)은(는) http://www.browserbite.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment."입니다.

확장 프로그램 스크린샷

screenshot

Browserbite Recorder (beta) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Browserbite Recorder (beta) Browserbite Recorder (beta)
ID kklpankcolbkjjnjajfdljcnpeifgohe
공식 URL https://chrome.google.com/webstore/detail/browserbite-recorder-beta/kklpankcolbkjjnjajfdljcnpeifgohe
설명 Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.
파일 크기 265 KB
설치 횟수 98
현재 버전 0.3.4
최근 업데이트 2013-09-19
출시 날짜 2013-09-19
평점 3.67/5 총 3 개의 평점
개발자 http://www.browserbite.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browserbite Recorder (beta)",
    "description": "Records actions on webpages so they can be played back in other operating systems and browsers in the browserbite environment.",
    "version": "0.3.4",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/event-click.png"
    ]
}