Mirror Page

Mirrors the page when you click the icon

Vad är Mirror Page?

Mirror Page är en Chrome-tillägg utvecklad av gnsd.tc, och dess huvudfunktion är "Mirrors the page when you click the icon".

Tilläggsskärmbilder

screenshot

Ladda ner Mirror Page-förlängningens CRX-fil

Ladda ner Mirror Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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).                    

Grundläggande Information om Tillägg

Namn Mirror Page Mirror Page
ID fmifopjhkndcffjjdglomeipmgdkoaeo
Officiell webbadress https://chromewebstore.google.com/detail/mirror-page/fmifopjhkndcffjjdglomeipmgdkoaeo
Beskrivning Mirrors the page when you click the icon
Filstorlek 3.18 KB
Antal Installationer 740
Aktuell Version 0.1
Senast Uppdaterad 2021-06-12
Publiceringsdatum 2021-06-12
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare gnsd.tc
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.gnsd.tc/p/privacy-policy.html
Stödda Språk 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"
    }
}