Poe.com Resizer

Better layout for Poe.com and allow for resizable dialog area

Poe.com Resizerとは何ですか?

Poe.com ResizerはHayden Chiuによって開発されたChromeの拡張機能で、その主な機能は「Better layout for Poe.com and allow for resizable dialog area」です。

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

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

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

拡張機能の使用方法

                        Poe.com Resizer is a Chrome extension that enables interactive resizing of the chat area on Poe.com. It also provide options on extension popup for hiding the scrollbars base on user preference on latest version of Chrome.                    

拡張機能の基本情報

名前 Poe.com Resizer Poe.com Resizer
ID pkkdjnobfambcickbmbmpgejnelalmjo
公式URL https://chromewebstore.google.com/detail/poecom-resizer/pkkdjnobfambcickbmbmpgejnelalmjo
説明 Better layout for Poe.com and allow for resizable dialog area
ファイルサイズ 17.93 KB
インストール数 354
現在のバージョン 1.6.1
最終更新日 2024-02-28
公開日 2023-05-28
評価 5.00/5 合計 8 レビュー
開発者 Hayden Chiu
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/d062494e-dae6-4d19-868a-afbf63ea5c71
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poe.com Resizer",
    "version": "1.6.1",
    "description": "Better layout for Poe.com and allow for resizable dialog area",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.poe.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "client.js"
            ],
            "matches": [
                "https:\/\/*.poe.com\/*"
            ]
        }
    ]
}