Prettify Beautiful Soup

Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look

¿Qué es Prettify Beautiful Soup?

Prettify Beautiful Soup es una extensión de Chrome desarrollada por https://horpey.com, y su función principal es "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Prettify Beautiful Soup

Descarga archivos de extensión Prettify Beautiful Soup 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

                        Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look
https://www.crummy.com/software/BeautifulSoup/bs4/doc/                    

Información Básica de la Extensión

Nombre Prettify Beautiful Soup Prettify Beautiful Soup
ID kjkdiochomoelmdfcmghbanegnahiooi
URL Oficial https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi
Descripción Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look
Tamaño del Archivo 10.16 KB
Cantidad de Instalaciones 150
Versión Actual 0.1.0
Última Actualización 2020-04-17
Fecha de Publicación 2020-04-17
Desarrollador https://horpey.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prettify Beautiful Soup",
    "version": "0.1.0",
    "description": "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look",
    "icons": {
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.crummy.com\/software\/BeautifulSoup\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}