Window Seat
Make browser windows open with a consistent position and size
什么是Window Seat?
Window Seat是由https://www.sessionbuddy.com开发的Chrome扩展程序,该扩展的主要功能是“Make browser windows open with a consistent position and size”。
扩展截图
下载Window Seat扩展crx文件
下载Window Seat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Window Seat |
ID | ffapagmeaendpngophdffbjjcobilago |
官方URL | https://chromewebstore.google.com/detail/window-seat/ffapagmeaendpngophdffbjjcobilago |
简介 | Make browser windows open with a consistent position and size |
文件大小 | 17.02 KB |
安装次数 | 754 |
当前版本 | 1.1 |
更新时间 | 2021-10-30 |
上架时间 | 2020-05-09 |
评分 | 4.88/5 共16次评分 |
开发者 | https://www.sessionbuddy.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sessionbuddy.com/privacy-policy |
支持的语言 | 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'" } |