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"
    }
}