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
Vad är Prettify Beautiful Soup?
Prettify Beautiful Soup är en Chrome-tillägg utvecklad av https://horpey.com, och dess huvudfunktion är "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look".
Tilläggsskärmbilder
Ladda ner Prettify Beautiful Soup-förlängningens CRX-fil
Ladda ner Prettify Beautiful Soup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | kjkdiochomoelmdfcmghbanegnahiooi |
| Officiell webbadress | https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi |
| Beskrivning | Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look |
| Filstorlek | 10.16 KB |
| Antal Installationer | 150 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2020-04-17 |
| Publiceringsdatum | 2020-04-17 |
| Utvecklare | https://horpey.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |