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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://horpey.com และคุณลักษณะหลักของมันคือ "Prettify BS is a reimagination of the BeautifulSoup desktop website. It updates the site and gives it a modern and slick new look"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prettify Beautiful Soup
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |