Mirror Page

Mirrors the page when you click the icon

Mirror Page क्या है?

Mirror Page gnsd.tc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mirrors the page when you click the icon"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mirror Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}