Webzapper: Browser Remote Control

Remote control your browser without a mouse and keyboard.

Webzapper: Browser Remote Control là gì?

Webzapper: Browser Remote Control là một tiện ích mở rộng Chrome được phát triển bởi UnpuzzledOne, và tính năng chính của nó là "Remote control your browser without a mouse and keyboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webzapper: Browser Remote Control

Tải xuống các tệp mở rộng Webzapper: Browser Remote Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webzapper: Browser Remote Control Webzapper: Browser Remote Control
ID lmmeplodmojecahcndjgnonnhcbcmpdk
URL Chính Thức https://chromewebstore.google.com/detail/webzapper-browser-remote/lmmeplodmojecahcndjgnonnhcbcmpdk
Mô tả Remote control your browser without a mouse and keyboard.
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 708
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2019-08-19
Ngày Phát Hành 2019-08-18
Đánh Giá 3.54/5 Tổng số 37 Đánh Giá
Nhà Phát Triển UnpuzzledOne
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zap-website.herokuapp.com/
URL Trang Trợ Giúp http://unpuzzled.one/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}