Mirror extension!
The mirror extension mirrors web pages!
Was ist Mirror extension!?
Mirror extension! ist eine Chrome-Erweiterung, die von Mirror Read entwickelt wurde, und ihr Hauptmerkmal ist "The mirror extension mirrors web pages!".
Erweiterungsscreenshots
Mirror extension!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mirror extension!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With the mirror extension it is now possible to turn your Internet around, using the MIRROR! extension. Free for educational, research and entertainment purposes. >>>Instructions:<<< Pin the "Mirror extension!" to your browser bar. Then, open a new tab and go to the website of your choice. When you are ready, click your new "Mirror extension!" button, and watch your website mirror itself. Click the button again to go back to Regular view. >>>About Mirror Read<<< Reading mirrored text requires skills that are different than those required for ordinary reading, like mental rotation, spatial transformation, and working memory. These are valuable core capacities that can be developed. Visit https://www.mirrorread.com/ for more transformative learning.
Grundlegende Informationen zur Erweiterung
Name | Mirror extension! |
ID | mmikfpbblkegnglepiplpkcobnmolaph |
Offizielle URL | https://chromewebstore.google.com/detail/mirror-extension/mmikfpbblkegnglepiplpkcobnmolaph |
Beschreibung | The mirror extension mirrors web pages! |
Dateigröße | 15.51 KB |
Installationsanzahl | 701 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2023-01-19 |
Veröffentlichungsdatum | 2023-01-16 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Mirror Read |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.mirrorread.com |
Hilfeseite URL | https://www.mirrorread.com/faq |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mirror extension!", "description": "The mirror extension mirrors web pages!", "version": "1.1.0", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "service.js" }, "action": [] } |