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. 擴展基本資訊
| 名稱 | |
| ID | ffapagmeaendpngophdffbjjcobilago |
| 官方網址 | 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'"
} | |