Poe.com Resizer

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

Cos'è Poe.com Resizer?

Poe.com Resizer è un'estensione di Chrome sviluppata da Hayden Chiu, e la sua funzione principale è "Better layout for Poe.com and allow for resizable dialog area".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Poe.com Resizer

Scarica i file di estensione Poe.com Resizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Poe.com Resizer Poe.com Resizer
ID pkkdjnobfambcickbmbmpgejnelalmjo
URL Ufficiale https://chromewebstore.google.com/detail/poecom-resizer/pkkdjnobfambcickbmbmpgejnelalmjo
Descrizione Better layout for Poe.com and allow for resizable dialog area
Dimensione del File 17.93 KB
Conteggio Installazioni 354
Versione Corrente 1.6.1
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2023-05-28
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Hayden Chiu
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/d062494e-dae6-4d19-868a-afbf63ea5c71
Lingue Supportate 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\/*"
            ]
        }
    ]
}