Window Resizer

Resize the browser window.

Window Resizerとは何ですか?

Window Resizerはantwhere.comによって開発されたChromeの拡張機能で、その主な機能は「Resize the browser window.」です。

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

screenshot
screenshot

Window Resizer拡張機能のCRXファイルをダウンロード

Window Resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Resize the browser window. The resolution list supports customization.

✅ open-source: https://bitbucket.org/antwhere/window_resizer/
----------

Update history:
1.6: Migrate to Manifest V3.
1.5: Enhanced input data verification.
1.4: Add editing function.
1.3: Add rich customization options.
1.2: Fixed bugs, improved performance.
1.1: The open source Window Resizer extension is here!
----------

Privacy Policy:
We do not collect any information from the first version until now and forever!
----------

The initial version began in June 2020.
Feedback E-mail: [email protected]
Official Website: www.antwhere.com                    

拡張機能の基本情報

名前 Window Resizer Window Resizer
ID pcgliehpfebaphkmeffmichhimjagaal
公式URL https://chromewebstore.google.com/detail/window-resizer/pcgliehpfebaphkmeffmichhimjagaal
説明 Resize the browser window.
ファイルサイズ 10.21 KB
インストール数 342
現在のバージョン 1.6
最終更新日 2022-11-23
公開日 2020-07-03
評価 5.00/5 合計 1 レビュー
開発者 antwhere.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Window Resizer",
    "description": "Resize the browser window.",
    "version": "1.6",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html"
    }
}