Poe.com Resizer

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

Wat is Poe.com Resizer?

Poe.com Resizer is een Chrome-extensie ontwikkeld door Hayden Chiu, en de belangrijkste functie is "Better layout for Poe.com and allow for resizable dialog area".

Extensie Screenshots

Download het CRX-bestand van de extensie Poe.com Resizer

Download Poe.com Resizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Poe.com Resizer Poe.com Resizer
ID pkkdjnobfambcickbmbmpgejnelalmjo
Officiële URL https://chromewebstore.google.com/detail/poecom-resizer/pkkdjnobfambcickbmbmpgejnelalmjo
Beschrijving Better layout for Poe.com and allow for resizable dialog area
Bestandsgrootte 17.93 KB
Aantal Installaties 354
Huidige Versie 1.6.1
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2023-05-28
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Hayden Chiu
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/d062494e-dae6-4d19-868a-afbf63ea5c71
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}