Stylesheet Count
Count of the number of Style Sheet tags on the current page
Stylesheet Countคืออะไร?
Stylesheet Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeremyfine365 และคุณลักษณะหลักของมันคือ "Count of the number of Style Sheet tags on the current page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stylesheet Count
ดาวน์โหลดไฟล์ส่วนขยาย Stylesheet Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gngfnjclpjflgomhidfecidndbfaniak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak |
คำอธิบาย | Count of the number of Style Sheet tags on the current page |
ขนาดไฟล์ | 43.27 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-04-01 |
วันที่เผยแพร่ | 2014-04-01 |
คะแนน | 1.40/5 รวมทั้งหมด 30 คะแนน |
ผู้พัฒนา | jeremyfine365 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Stylesheet Count", "description": "Count of the number of Style Sheet tags on the current page", "browser_action": { "default_icon": "icon-128.png", "default_title": "Stylesheet Count" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |