Master Resizer
Master Resizer is an extension which allows you to change the screen size.
Co je Master Resizer?
Master Resizer je rozšíření Chrome vyvinuté vernuigorr, a jeho hlavní funkcí je „Master Resizer is an extension which allows you to change the screen size.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Master Resizer
Stáhněte si soubory rozšíření Master Resizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | abgcndceoklfjamfbampifddhlbdlkaj |
Oficiální URL | https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj |
Popis | Master Resizer is an extension which allows you to change the screen size. |
Velikost souboru | 507 KB |
Počet instalací | 78 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-03-26 |
Datum Vydání | 2018-03-26 |
Hodnocení | 1.00/5 Celkem 4 Hodnocení |
Vývojář | vernuigorr |
Typ Platby | free |
Podporované Jazyky | 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" } |