Window Tiler
Tile your windows with a single click.
Qu'est-ce que Window Tiler ?
Window Tiler est une extension Chrome développée par Manu Cornet, et sa fonction principale est "Tile your windows with a single click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Window Tiler
Téléchargez les fichiers d'extension Window Tiler 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
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.
Informations de Base sur l'Extension
Nom | |
ID | icdbbdcilpcejpjggageekankfnelfpj |
URL Officiel | https://chromewebstore.google.com/detail/window-tiler/icdbbdcilpcejpjggageekankfnelfpj |
Description | Tile your windows with a single click. |
Taille du Fichier | 128 KB |
Nombre d'Installations | 28,643 |
Version Actuelle | 0.52 |
Dernière Mise à Jour | 2021-08-06 |
Date de Publication | 2016-01-14 |
Évaluation | 3.07/5 Total 72 Évaluations |
Développeur | Manu Cornet |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/lmanul/window-tiler |
Langues Prises en Charge | 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" ] } |