Parrot Devtools

Devtools for Parrot

Parrot Devtools란 무엇입니까?

Parrot Devtools은(는) American Express에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Devtools for Parrot"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Parrot Devtools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Parrot DevTools is a Chrome DevTools extension for the open-source Parrot library. It allows you to select the active mock HTTP scenario from within the Chrome Developer Tools.

Visit the Github repository for additional information https://github.com/americanexpress/parrot.                    

확장 프로그램 기본 정보

이름 Parrot Devtools Parrot Devtools
ID jckchajdleibnohnphddbiglgpjpbffn
공식 URL https://chromewebstore.google.com/detail/parrot-devtools/jckchajdleibnohnphddbiglgpjpbffn
설명 Devtools for Parrot
파일 크기 133 KB
설치 횟수 1,248
현재 버전 3.0.0
최근 업데이트 2020-01-30
출시 날짜 2020-01-30
평점 5.00/5 총 5 개의 평점
개발자 American Express
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parrot Devtools",
    "version": "3.0.0",
    "manifest_version": 2,
    "description": "Devtools for Parrot",
    "devtools_page": "views\/devtools.html",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/localhost\/*"
    ],
    "icons": {
        "16": "assets\/img\/parrot_16x.png",
        "48": "assets\/img\/parrot_48x.png",
        "128": "assets\/img\/parrot_128x.png"
    }
}