Poe.com Resizer

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

Poe.com Resizer là gì?

Poe.com Resizer là một tiện ích mở rộng Chrome được phát triển bởi Hayden Chiu, và tính năng chính của nó là "Better layout for Poe.com and allow for resizable dialog area".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Poe.com Resizer

Tải xuống các tệp mở rộng Poe.com Resizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Poe.com Resizer Poe.com Resizer
ID pkkdjnobfambcickbmbmpgejnelalmjo
URL Chính Thức https://chromewebstore.google.com/detail/poecom-resizer/pkkdjnobfambcickbmbmpgejnelalmjo
Mô tả Better layout for Poe.com and allow for resizable dialog area
Kích Thước Tệp 17.93 KB
Số Lần Cài Đặt 354
Phiên Bản Hiện Tại 1.6.1
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2023-05-28
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Hayden Chiu
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/d062494e-dae6-4d19-868a-afbf63ea5c71
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}