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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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'"
}