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
Wat is Prettify Beautiful Soup?
Prettify Beautiful Soup is een Chrome-extensie ontwikkeld door https://horpey.com, en de belangrijkste functie is "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look".
Extensie Screenshots
Download het CRX-bestand van de extensie Prettify Beautiful Soup
Download Prettify Beautiful Soup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/ Basisinformatie over de Extensie
| Naam | |
| ID | kjkdiochomoelmdfcmghbanegnahiooi |
| Officiële URL | https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi |
| Beschrijving | Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look |
| Bestandsgrootte | 10.16 KB |
| Aantal Installaties | 150 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2020-04-17 |
| Publicatiedatum | 2020-04-17 |
| Ontwikkelaar | https://horpey.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |