Woodpecker Remote

Connect my browser to Developer's devtools for remotely debugging.

Woodpecker Remoteとは何ですか?

Woodpecker Remoteはandyによって開発されたChromeの拡張機能で、その主な機能は「Connect my browser to Developer's devtools for remotely debugging.」です。

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

screenshot

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

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

拡張機能の使用方法

                        使用方法,只需2步:
1. 安装插件成功后,打开任意网页,点击插件图标,浏览器显示【“Woodpecker Remote”已开始调试此浏览器】表示成功开启远程调试协助。
2. 然后发送已被复制到剪贴板的远程调试秘钥【如1b6d7893-87c3-4d22-9abd-9c936235d83e】给开发者。开发者可以根据安全的调试秘钥进行远程协助。该秘钥随机生成无法破解,能够保证安全性。使用者还可以随时点击浏览器取消调试按钮,关闭远程调试协助。                    

拡張機能の基本情報

名前 Woodpecker Remote Woodpecker Remote
ID aaacikliopjgcgmmkcjcghfipdinecpi
公式URL https://chromewebstore.google.com/detail/woodpecker-remote/aaacikliopjgcgmmkcjcghfipdinecpi
説明 Connect my browser to Developer's devtools for remotely debugging.
ファイルサイズ 32.87 KB
インストール数 29
現在のバージョン 1.0.0
最終更新日 2020-12-14
公開日 2020-12-13
開発者 andy
Eメール [email protected]
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Woodpecker Remote",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Connect my browser to Developer's devtools for remotely debugging.",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Woodpecker-Remote"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "debugger",
        "clipboardWrite",
        ""
    ]
}