Woodpecker Remote

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

What is Woodpecker Remote?

Woodpecker Remote is a Chrome extension developed by andy, and its main feature is "Connect my browser to Developer's devtools for remotely debugging.".

Extension Screenshots

screenshot

Download Woodpecker Remote Extension CRX File

Download Woodpecker Remote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Woodpecker Remote Woodpecker Remote
ID aaacikliopjgcgmmkcjcghfipdinecpi
Official URL https://chromewebstore.google.com/detail/woodpecker-remote/aaacikliopjgcgmmkcjcghfipdinecpi
Description Connect my browser to Developer's devtools for remotely debugging.
File Size 32.87 KB
Installation Count 29
Current Version 1.0.0
Last Updated 2020-12-14
Publish Date 2020-12-13
Developer andy
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ]
}