Parrot Devtools

Devtools for Parrot

Parrot Devtoolsとは何ですか?

Parrot DevtoolsはAmerican Expressによって開発されたChromeの拡張機能で、その主な機能は「Devtools for Parrot」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Parrot Devtools拡張機能のCRXファイルをダウンロード

Parrot Devtools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}