Master Resizer

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

Vad är Master Resizer?

Master Resizer är en Chrome-tillägg utvecklad av vernuigorr, och dess huvudfunktion är "Master Resizer is an extension which allows you to change the screen size.".

Tilläggsskärmbilder

screenshot

Ladda ner Master Resizer-förlängningens CRX-fil

Ladda ner Master Resizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Master Resizer Master Resizer
ID abgcndceoklfjamfbampifddhlbdlkaj
Officiell webbadress https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj
Beskrivning Master Resizer is an extension which allows you to change the screen size.
Filstorlek 507 KB
Antal Installationer 78
Aktuell Version 1.0
Senast Uppdaterad 2018-03-26
Publiceringsdatum 2018-03-26
Betyg 1.00/5 Totalt 4 Betyg
Utvecklare vernuigorr
Betalningssätt free
Stödda Språk 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"
}