Window Tiler

Tile your windows with a single click.

Wat is Window Tiler?

Window Tiler is een Chrome-extensie ontwikkeld door Manu Cornet, en de belangrijkste functie is "Tile your windows with a single click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Window Tiler

Download Window Tiler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds a button to automatically tile all your browser windows to occupy all your screen with no overlap.

*This extension helps you manage several windows, it does *not* expand tabs to windows or collapse windows into tabs.*

Expect some glitches in Linux especially if you have panels on your screen (the window sizes may not be exactly right). See website for bugs, suggestions, patches.

---------------------------

Change log:

* 0.52: Remove unnecessary "tabs" permission as of the newest version of the APIs.
* 0.51: Fix a measuring bug where tiled windows were a little too large.
* 0.5: Support for multiple monitors.
* 0.30: Adapted to version 2 of the Chrome extension manifest. Fixed a bug where clicking on the tiling button twice was sometimes necessary.
* 0.20: Fixed issue with maximized windows, they now all get un-maximized before tiling. Minimized windows are ignored from the tiling process and kept as-is.
* 0.10: First version.                    

Basisinformatie over de Extensie

Naam Window Tiler Window Tiler
ID icdbbdcilpcejpjggageekankfnelfpj
Officiële URL https://chromewebstore.google.com/detail/window-tiler/icdbbdcilpcejpjggageekankfnelfpj
Beschrijving Tile your windows with a single click.
Bestandsgrootte 128 KB
Aantal Installaties 28,643
Huidige Versie 0.52
Laatst Bijgewerkt 2021-08-06
Publicatiedatum 2016-01-14
Beoordeling 3.07/5 Totaal 72 Beoordelingen
Ontwikkelaar Manu Cornet
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://github.com/lmanul/window-tiler
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Window Tiler",
    "version": "0.52",
    "description": "Tile your windows with a single click.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Click to tile your windows",
        "default_icon": "icon_19.png"
    },
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "72": "icon_72.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "system.display"
    ]
}