Poe.com Resizer
Better layout for Poe.com and allow for resizable dialog area
Qu'est-ce que Poe.com Resizer ?
Poe.com Resizer est une extension Chrome développée par Hayden Chiu, et sa fonction principale est "Better layout for Poe.com and allow for resizable dialog area".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Poe.com Resizer
Téléchargez les fichiers d'extension Poe.com Resizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Poe.com Resizer |
ID | pkkdjnobfambcickbmbmpgejnelalmjo |
URL Officiel | https://chromewebstore.google.com/detail/poecom-resizer/pkkdjnobfambcickbmbmpgejnelalmjo |
Description | Better layout for Poe.com and allow for resizable dialog area |
Taille du Fichier | 17.93 KB |
Nombre d'Installations | 354 |
Version Actuelle | 1.6.1 |
Dernière Mise à Jour | 2024-02-28 |
Date de Publication | 2023-05-28 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Hayden Chiu |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.freeprivacypolicy.com/live/d062494e-dae6-4d19-868a-afbf63ea5c71 |
Langues Prises en Charge | 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\/*" ] } ] } |