Poe.com Resizer

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

Apa itu Poe.com Resizer?

Poe.com Resizer adalah ekstensi Chrome yang dikembangkan oleh Hayden Chiu, dan fitur utamanya adalah "Better layout for Poe.com and allow for resizable dialog area".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Poe.com Resizer

Unduh file ekstensi Poe.com Resizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Poe.com Resizer Poe.com Resizer
ID pkkdjnobfambcickbmbmpgejnelalmjo
URL Resmi https://chromewebstore.google.com/detail/poecom-resizer/pkkdjnobfambcickbmbmpgejnelalmjo
Deskripsi Better layout for Poe.com and allow for resizable dialog area
Ukuran File 17.93 KB
Jumlah Instalasi 354
Versi Saat Ini 1.6.1
Terakhir Diperbarui 2024-02-28
Tanggal Publikasi 2023-05-28
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Hayden Chiu
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.freeprivacypolicy.com/live/d062494e-dae6-4d19-868a-afbf63ea5c71
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}