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
Qu'est-ce que Prettify Beautiful Soup ?
Prettify Beautiful Soup est une extension Chrome développée par https://horpey.com, et sa fonction principale est "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Prettify Beautiful Soup
Téléchargez les fichiers d'extension Prettify Beautiful Soup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Prettify Beautiful Soup |
ID | kjkdiochomoelmdfcmghbanegnahiooi |
URL Officiel | https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi |
Description | Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look |
Taille du Fichier | 10.16 KB |
Nombre d'Installations | 150 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2020-04-17 |
Date de Publication | 2020-04-17 |
Développeur | https://horpey.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |