Window Seat
Make browser windows open with a consistent position and size
Qu'est-ce que Window Seat ?
Window Seat est une extension Chrome développée par https://www.sessionbuddy.com, et sa fonction principale est "Make browser windows open with a consistent position and size".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Window Seat
Téléchargez les fichiers d'extension Window Seat 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
Window Seat makes browser windows open at a desired position and size. You can also position a window or all windows with a single click.
Informations de Base sur l'Extension
Nom | Window Seat |
ID | ffapagmeaendpngophdffbjjcobilago |
URL Officiel | https://chromewebstore.google.com/detail/window-seat/ffapagmeaendpngophdffbjjcobilago |
Description | Make browser windows open with a consistent position and size |
Taille du Fichier | 17.02 KB |
Nombre d'Installations | 754 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-10-30 |
Date de Publication | 2020-05-09 |
Évaluation | 4.88/5 Total 16 Évaluations |
Développeur | https://www.sessionbuddy.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sessionbuddy.com/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Window Seat", "description": "Make browser windows open with a consistent position and size", "version": "1.1", "minimum_chrome_version": "63", "manifest_version": 2, "background": { "page": "bg.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_security_policy": "script-src 'self'; object-src 'self'" } |