C-Strip
Strips css from pages on request
C-Stripคืออะไร?
C-Strip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vertagon.net และคุณลักษณะหลักของมันคือ "Strips css from pages on request"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย C-Strip
ดาวน์โหลดไฟล์ส่วนขยาย C-Strip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
C-strip is a simple tool that strips away css style from webpages with the click of a button, leaving only raw html to view. C-strip can be used as a developer tool or just for pure fun.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | C-Strip |
ID | hedidopmliaolnhbeklnfmcndgcjlmab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/c-strip/hedidopmliaolnhbeklnfmcndgcjlmab |
คำอธิบาย | Strips css from pages on request |
ขนาดไฟล์ | 8.62 KB |
จำนวนการติดตั้ง | 222 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-07-24 |
วันที่เผยแพร่ | 2019-07-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://vertagon.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.vertagon.net/post/c-strip.html |
URL หน้าช่วยเหลือ | http://www.vertagon.net/post/c-strip.html |
URL หน้านโยบายความเป็นส่วนตัว | http://www.vertagon.net/legal.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "C-Strip", "description": "Strips css from pages on request", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "background", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ] } |