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
Hvad er Prettify Beautiful Soup?
Prettify Beautiful Soup er en Chrome-udvidelse udviklet af https://horpey.com, og dens hovedfunktion er "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look".
Udvidelsesskærmbilleder
Download Prettify Beautiful Soup-udvidelses-CRX-fil
Download Prettify Beautiful Soup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kjkdiochomoelmdfcmghbanegnahiooi |
| Officiel URL | https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi |
| Beskrivelse | Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look |
| Filstørrelse | 10.16 KB |
| Antal Installationer | 150 |
| Nuværende Version | 0.1.0 |
| Senest Opdateret | 2020-04-17 |
| Udgivelsesdato | 2020-04-17 |
| Udvikler | https://horpey.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |