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”。
擴展截圖
下載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 |
ID | fmifopjhkndcffjjdglomeipmgdkoaeo |
官方網址 | 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" } } |