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
什么是Prettify Beautiful Soup?
Prettify Beautiful Soup是由https://horpey.com开发的Chrome扩展程序,该扩展的主要功能是“Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look”。
扩展截图
下载Prettify Beautiful Soup扩展crx文件
下载Prettify Beautiful Soup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ 扩展基本信息
| 名称 | |
| ID | kjkdiochomoelmdfcmghbanegnahiooi |
| 官方URL | https://chromewebstore.google.com/detail/prettify-beautiful-soup/kjkdiochomoelmdfcmghbanegnahiooi |
| 简介 | Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look |
| 文件大小 | 10.16 KB |
| 安装次数 | 150 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2020-04-17 |
| 上架时间 | 2020-04-17 |
| 开发者 | https://horpey.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |