Poe.com Resizer

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

ما هو Poe.com Resizer؟

Poe.com Resizer هو إضافة Chrome تم تطويرها بواسطة Hayden Chiu، والميزة الرئيسية لها هي "Better layout for Poe.com and allow for resizable dialog area".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Poe.com Resizer

قم بتنزيل ملفات الامتداد Poe.com Resizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}