PE Center

PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…

¿Qué es PE Center?

PE Center es una extensión de Chrome desarrollada por Victor de la Fouchardière, y su función principal es "PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PE Center

Descarga archivos de extensión PE Center en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles from the Google's official products (YouTube, Google Chrome, ...). This web extension also allows to retrieve the latest posts created on the official Google's communities.

In video : https://www.youtube.com/watch?v=BDYCFtLuT1M

The list of products and languages is detailed here : https://github.com/viclafouch/PE-Center                    

Información Básica de la Extensión

Nombre PE Center PE Center
ID hanknpkmjbfhcalmipokkfplndkohgdm
URL Oficial https://chromewebstore.google.com/detail/pe-center/hanknpkmjbfhcalmipokkfplndkohgdm
Descripción PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…
Tamaño del Archivo 443 KB
Cantidad de Instalaciones 176
Versión Actual 3.4.0
Última Actualización 2023-12-11
Fecha de Publicación 2020-05-21
Calificación 4.91/5 Total de 22 Calificaciones
Desarrollador Victor de la Fouchardière
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4.0",
    "name": "PE Center",
    "short_name": "PE Center",
    "manifest_version": 3,
    "author": "Victor de la Fouchardiere",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup-dark.html",
        "default_title": "PE Center",
        "default_icon": "icons\/icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/support.google.com\/*"
            ],
            "js": [
                "support.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "host_permissions": [
        "https:\/\/pe-crawler-static.vercel.app\/*"
    ]
}