Mirror Page

Mirrors the page when you click the icon

什么是Mirror Page?

Mirror Page是由gnsd.tc开发的Chrome扩展程序,该扩展的主要功能是“Mirrors the page when you click the icon”。

扩展截图

screenshot

下载Mirror Page扩展crx文件

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

扩展使用说明

                        Simple app for using Chrome with your teleprompter. Vertically flips (mirrors) the contents of the page. (Does not support all websites (for example YouTube) and does not support scrolling).                    

扩展基本信息

名称 Mirror Page Mirror Page
ID fmifopjhkndcffjjdglomeipmgdkoaeo
官方URL https://chromewebstore.google.com/detail/mirror-page/fmifopjhkndcffjjdglomeipmgdkoaeo
简介 Mirrors the page when you click the icon
文件大小 3.18 KB
安装次数 740
当前版本 0.1
更新时间 2021-06-12
上架时间 2021-06-12
评分 2.00/5 共1次评分
开发者 gnsd.tc
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.gnsd.tc/p/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mirror Page",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Mirrors the page when you click the icon",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}