Poe.com Resizer
Better layout for Poe.com and allow for resizable dialog area
什么是Poe.com Resizer?
Poe.com Resizer是由Hayden Chiu开发的Chrome扩展程序,该扩展的主要功能是“Better layout for Poe.com and allow for resizable dialog area”。
扩展截图
下载Poe.com Resizer扩展crx文件
下载Poe.com Resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 |
隐私政策页面URL | 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\/*" ] } ] } |