Window Resizer

Resize browser windows to test layouts on different resolutions with multi-window support.

Co je Window Resizer?

Window Resizer je rozšíření Chrome vyvinuté https://riangle.com, a jeho hlavní funkcí je „Resize browser windows to test layouts on different resolutions with multi-window support.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Window Resizer

Stáhněte si soubory rozšíření Window 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í

                        Window Resizer is a simple utility tool that allows to resize your Chrome windows to any specific size. It supports multi-window control. It is useful for developers and designers that want to test in various resolutions.

- Precise inner height calculation.
- Add & delete preset sizes.
- Resize specific window.
- Show tabs for open windows. 
- Beautiful interface.

This is the first release of Window Resizer, feedback and feature requests are welcome!
We do not track any user information.                    

Základní Informace o Rozšíření

Název Window Resizer Window Resizer
ID cdhnnifbhmggaaehajmgnofcggobfjkp
Oficiální URL https://chromewebstore.google.com/detail/window-resizer/cdhnnifbhmggaaehajmgnofcggobfjkp
Popis Resize browser windows to test layouts on different resolutions with multi-window support.
Velikost souboru 600 KB
Počet instalací 1,836
Aktuální Verze 0.0.2
Poslední Aktualizace 2024-03-03
Datum Vydání 2021-03-24
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář https://riangle.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.riangle.com/
URL Stránky Nápovědy https://www.threads.net/@luangjokaj
URL Stránky Zásad Ochrany Soukromí https://window-resizer.s3.eu-west-1.amazonaws.com/privacy.pdf
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.2",
    "minimum_chrome_version": "70",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "options_page": "index.html#\/settings",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "offline_enabled": true
}