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

Что такое Prettify Beautiful Soup?

Prettify Beautiful Soup - это расширение Chrome, разработанное https://horpey.com, и его основная функция - "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Prettify Beautiful Soup

Скачайте файлы расширений Prettify Beautiful Soup в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название Prettify Beautiful Soup Prettify Beautiful Soup
ID kjkdiochomoelmdfcmghbanegnahiooi
Официальный URL https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi
Описание Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look
Размер файла 10.16 KB
Количество установок 150
Текущая Версия 0.1.0
Последнее Обновление 2020-04-17
Дата публикации 2020-04-17
Разработчик https://horpey.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}