WindowSize

Change Windows Size.

Vad är WindowSize?

WindowSize är en Chrome-tillägg utvecklad av nori_yamam, och dess huvudfunktion är "Change Windows Size.".

Tilläggsskärmbilder

screenshot

Ladda ner WindowSize-förlängningens CRX-fil

Ladda ner WindowSize-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

                        Change Chrome's window size.
It is convenient to standardize the size when you attach screenshot to manual or blog.


Oct.30, 2019 Known issues

I've found that this doesn't work correctly if the Chrome window size is maximized.
This probably happened in Chrome78.
I checked the program but could not find a fix method.
If the Chrome window size is maximized, it will work correctly if you change it manually.                    

Grundläggande Information om Tillägg

Namn WindowSize WindowSize
ID oaohkpbdkgfmmgdjgeekkmkpmkglfdcc
Officiell webbadress https://chromewebstore.google.com/detail/windowsize/oaohkpbdkgfmmgdjgeekkmkpmkglfdcc
Beskrivning Change Windows Size.
Filstorlek 7.52 KB
Antal Installationer 87
Aktuell Version 1.4
Senast Uppdaterad 2023-10-30
Publiceringsdatum 2019-10-30
Utvecklare nori_yamam
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WindowSize",
    "short_name": "WS",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Change Windows Size.",
    "action": {
        "default_title": "Window Size 1.4",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "WindowSize_32.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "WindowSize_128.png"
    }
}