Master Resizer

Master Resizer is an extension which allows you to change the screen size.

Co to jest Master Resizer?

Master Resizer to rozszerzenie Chrome opracowane przez vernuigorr, a jego główną funkcją jest „Master Resizer is an extension which allows you to change the screen size.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Master Resizer

Pobierz pliki rozszerzeń Master Resizer 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

                        Master Resizer is an extension which allows you to change the screen size. A simple, useful and beautiful browser window resize app for designers and developers. Resize your browser to various standard resolution sizes. The Screen and Window Resize is useful for testing different screen sizes. It resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes.                    

Podstawowe informacje o rozszerzeniu

Nazwa Master Resizer Master Resizer
ID abgcndceoklfjamfbampifddhlbdlkaj
Oficjalny URL https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj
Opis Master Resizer is an extension which allows you to change the screen size.
Rozmiar pliku 507 KB
Liczba instalacji 78
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-03-26
Data Publikacji 2018-03-26
Ocena 1.00/5 Łącznie 4 Oceny
Deweloper vernuigorr
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/default.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Master Resizer is an extension which allows you to change the screen size.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/default.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Master Resizer",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}