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
Cos'è Prettify Beautiful Soup?
Prettify Beautiful Soup è un'estensione di Chrome sviluppata da https://horpey.com, e la sua funzione principale è "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prettify Beautiful Soup
Scarica i file di estensione Prettify Beautiful Soup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | kjkdiochomoelmdfcmghbanegnahiooi |
| URL Ufficiale | https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi |
| Descrizione | Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look |
| Dimensione del File | 10.16 KB |
| Conteggio Installazioni | 150 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2020-04-17 |
| Data di Pubblicazione | 2020-04-17 |
| Sviluppatore | https://horpey.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |