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

Co je Prettify Beautiful Soup?

Prettify Beautiful Soup je rozšíření Chrome vyvinuté https://horpey.com, a jeho hlavní funkcí je „Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Prettify Beautiful Soup

Stáhněte si soubory rozšíření Prettify Beautiful Soup ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Prettify Beautiful Soup Prettify Beautiful Soup
ID kjkdiochomoelmdfcmghbanegnahiooi
Oficiální URL https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi
Popis Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look
Velikost souboru 10.16 KB
Počet instalací 150
Aktuální Verze 0.1.0
Poslední Aktualizace 2020-04-17
Datum Vydání 2020-04-17
Vývojář https://horpey.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}