Webzapper: Browser Remote Control

Remote control your browser without a mouse and keyboard.

什么是Webzapper: Browser Remote Control?

Webzapper: Browser Remote Control是由UnpuzzledOne开发的Chrome扩展程序,该扩展的主要功能是“Remote control your browser without a mouse and keyboard.”。

扩展截图

screenshot

下载Webzapper: Browser Remote Control扩展crx文件

下载Webzapper: Browser Remote Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Webzapper allows you to navigate your browser from your smartphone.
To use this extension it is required to have an Android smart phone with Webzapper installed.

With the Webzapper, you can browse the web using links, searches and form fields. You also have access to basic browser navigation, like tab-switching and history navigation. The app can scroll the page, search for text-links and control video playback.

The mobile app is used to issue commands to the browser, and is available in the Play Store for free:
https://play.google.com/store/apps/details?id=com.rasmniel.webzapper

To learn more about the Webzapper system, please visit the website.

This app is currently in an experimental state, so please bear with faulty features and remember that your feedback is very much appreciated.                    

扩展基本信息

名称 Webzapper: Browser Remote Control Webzapper: Browser Remote Control
ID lmmeplodmojecahcndjgnonnhcbcmpdk
官方URL https://chromewebstore.google.com/detail/webzapper-browser-remote/lmmeplodmojecahcndjgnonnhcbcmpdk
简介 Remote control your browser without a mouse and keyboard.
文件大小 147 KB
安装次数 708
当前版本 1.2.3
更新时间 2019-08-19
上架时间 2019-08-18
评分 3.54/5 共37次评分
开发者 UnpuzzledOne
电子邮箱 [email protected]
付费类型 free
扩展官网 https://zap-website.herokuapp.com/
帮助页面URL http://unpuzzled.one/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webzapper: Browser Remote Control",
    "description": "Remote control your browser without a mouse and keyboard.",
    "version": "1.2.3",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Webzapper"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ]
    }
}