Window Seat
Make browser windows open with a consistent position and size
What is Window Seat?
Window Seat is a Chrome extension developed by https://www.sessionbuddy.com, and its main feature is "Make browser windows open with a consistent position and size".
Extension Screenshots
Download Window Seat Extension CRX File
Download Window Seat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Window Seat |
ID | ffapagmeaendpngophdffbjjcobilago |
Official URL | https://chromewebstore.google.com/detail/window-seat/ffapagmeaendpngophdffbjjcobilago |
Description | Make browser windows open with a consistent position and size |
File Size | 17.02 KB |
Installation Count | 754 |
Current Version | 1.1 |
Last Updated | 2021-10-30 |
Publish Date | 2020-05-09 |
Rating | 4.88/5 Total 16 Ratings |
Developer | https://www.sessionbuddy.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sessionbuddy.com/privacy-policy |
Supported Languages | 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'" } |