WindowSize

Change Windows Size.

Qu'est-ce que WindowSize ?

WindowSize est une extension Chrome développée par nori_yamam, et sa fonction principale est "Change Windows Size.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WindowSize

Téléchargez les fichiers d'extension WindowSize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WindowSize WindowSize
ID oaohkpbdkgfmmgdjgeekkmkpmkglfdcc
URL Officiel https://chromewebstore.google.com/detail/windowsize/oaohkpbdkgfmmgdjgeekkmkpmkglfdcc
Description Change Windows Size.
Taille du Fichier 7.52 KB
Nombre d'Installations 87
Version Actuelle 1.4
Dernière Mise à Jour 2023-10-30
Date de Publication 2019-10-30
Développeur nori_yamam
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}