ZoomEd

Zoom in on any part of a webpage.

Co to jest ZoomEd?

ZoomEd to rozszerzenie Chrome opracowane przez Mr. Teachnology Inc., a jego główną funkcją jest „Zoom in on any part of a webpage.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ZoomEd

Pobierz pliki rozszerzeń ZoomEd w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ZoomEd 
by Mr. Teachnology / Jay Murphy

ZoomEd allows the user to Zoom in on any part of a webpage.  

Adjust the zoom magnification to your desired strength and lens size.  

Read and view images with more clarity than ever before.  Enhance your focus and bring your viewing content up close and personal.                    

Podstawowe informacje o rozszerzeniu

Nazwa ZoomEd ZoomEd
ID dbeojleeifhpnpfpeigcaldkjokibibi
Oficjalny URL https://chromewebstore.google.com/detail/zoomed/dbeojleeifhpnpfpeigcaldkjokibibi
Opis Zoom in on any part of a webpage.
Rozmiar pliku 161 KB
Liczba instalacji 363
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2020-07-03
Data Publikacji 2020-07-03
Ocena 3.93/5 Łącznie 14 Oceny
Deweloper Mr. Teachnology Inc.
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.jaymurphy.org
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZoomEd",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Zoom in on any part of a webpage.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/logo.png",
        "default_title": "ZoomEd"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "zoomed\/index.html"
    ]
}