Stylizer
Give websites user-defined CSS's.
Stylizerคืออะไร?
Stylizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alchen และคุณลักษณะหลักของมันคือ "Give websites user-defined CSS's."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stylizer
ดาวน์โหลดไฟล์ส่วนขยาย Stylizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that. Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stylizer |
ID | mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
คำอธิบาย | Give websites user-defined CSS's. |
ขนาดไฟล์ | 49.52 KB |
จำนวนการติดตั้ง | 185 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-02-13 |
วันที่เผยแพร่ | 2018-02-13 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | alchen |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/alchen/stylizer |
URL หน้าช่วยเหลือ | https://github.com/alchen/stylizer/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stylizer", "description": "Give websites user-defined CSS's.", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |