New Window Setup

Do you use multiple monitors? This extension will force new windows into one of them.

Qu'est-ce que New Window Setup ?

New Window Setup est une extension Chrome développée par https://fastaddons.com, et sa fonction principale est "Do you use multiple monitors? This extension will force new windows into one of them.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New Window Setup

Téléchargez les fichiers d'extension New Window Setup 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

                        New Window Setup extension allows you to setup how the new windows are created - on which monitor and with what size.

Why?
1) Chrome creates new window on the same monitor where the last focused window is.
If you use multiple monitors and you have Chrome windows opened on each one, new window can be created on any of them.
Using this extension you can force it to your main monitor.

2) Chrome creates new windows with the same dimension as last focused window.
If your last focused window is snapped on a side, your new window will have this crazy dimension.

Using this extension your new windows will be always on the correct monitor with the correct size!

Support independent developer!
Juraj Mäsiar: https://blog.mozilla.org/Addons/2020/06/15/Friend-Of-Add-ons-Juraj-Masiar/

I'm extension developer since 2016. My goal is to build powerful extensions for your web-browser to make you more productive.
If you think I'm doing a good job, please donate :)
- Ko-Fi.com: https://ko-fi.com/fastaddons
- PayPal.Me: https://paypal.me/fastaddons
- Patreon.com: https://www.patreon.com/fastaddons

Thank you! :)
Your donation will help me keep this extension working in future versions of Chrome!


Privacy and permissions:
- this extension doesn't have any permissions                    

Informations de Base sur l'Extension

Nom New Window Setup New Window Setup
ID efcakoakpkmgedabopglbgpdepfkkhib
URL Officiel https://chromewebstore.google.com/detail/new-window-setup/efcakoakpkmgedabopglbgpdepfkkhib
Description Do you use multiple monitors? This extension will force new windows into one of them.
Taille du Fichier 120 KB
Nombre d'Installations 73
Version Actuelle 3.1
Dernière Mise à Jour 2023-12-20
Date de Publication 2021-02-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://fastaddons.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fastaddons.com/#new_window_setup
URL de la Page de Politique de Confidentialité https://github.com/fastaddons/privacy_policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.1",
    "author": "Juraj M\u00e4siar",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.loader.js"
    },
    "action": {
        "default_icon": {
            "128": "128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split"
}