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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}