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

Apa itu Prettify Beautiful Soup?

Prettify Beautiful Soup adalah ekstensi Chrome yang dikembangkan oleh https://horpey.com, dan fitur utamanya adalah "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Prettify Beautiful Soup

Unduh file ekstensi Prettify Beautiful Soup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Prettify Beautiful Soup Prettify Beautiful Soup
ID kjkdiochomoelmdfcmghbanegnahiooi
URL Resmi https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi
Deskripsi Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look
Ukuran File 10.16 KB
Jumlah Instalasi 150
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2020-04-17
Tanggal Publikasi 2020-04-17
Pengembang https://horpey.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}