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
Was ist Prettify Beautiful Soup?
Prettify Beautiful Soup ist eine Chrome-Erweiterung, die von https://horpey.com entwickelt wurde, und ihr Hauptmerkmal ist "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look".
Erweiterungsscreenshots
Prettify Beautiful Soup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prettify Beautiful Soup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kjkdiochomoelmdfcmghbanegnahiooi |
| Offizielle URL | https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi |
| Beschreibung | Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look |
| Dateigröße | 10.16 KB |
| Installationsanzahl | 150 |
| Aktuelle Version | 0.1.0 |
| Letztes Update | 2020-04-17 |
| Veröffentlichungsdatum | 2020-04-17 |
| Entwickler | https://horpey.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |