Multi-Screen Visualizer

A multi-screen visualizer for website

Co to jest Multi-Screen Visualizer?

Multi-Screen Visualizer to rozszerzenie Chrome opracowane przez Allen Thomas Varghese, a jego główną funkcją jest „A multi-screen visualizer for website”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Multi-Screen Visualizer

Pobierz pliki rozszerzeń Multi-Screen Visualizer 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

                        This is a work-in-progress version to see how a website will look in different resolutions. Currently 5 different screen sizes are supported:

* Mobile S (W:320px)
* Mobile M (W: 375px)
* Mobile L (W: 425 px)
* Tablet (W: 768px)
* Desktop (W: 1024px)

In near future, style updates to the UI and other features will be added.                    

Podstawowe informacje o rozszerzeniu

Nazwa Multi-Screen Visualizer Multi-Screen Visualizer
ID iegcbninklpnmdhbmdfbcpjlahemibba
Oficjalny URL https://chromewebstore.google.com/detail/multi-screen-visualizer/iegcbninklpnmdhbmdfbcpjlahemibba
Opis A multi-screen visualizer for website
Rozmiar pliku 83.13 KB
Liczba instalacji 1,229
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2019-08-01
Data Publikacji 2019-07-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Allen Thomas Varghese
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi-Screen Visualizer",
    "version": "0.0.0.2",
    "description": "A multi-screen visualizer for website",
    "manifest_version": 2,
    "background": {
        "page": "templates\/multi-screen.html"
    },
    "browser_action": {
        "default_title": "Multi-Screen Visualizer",
        "default_icon": "msv.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}