Toggle Class
With this extension, you can toggle a class on an element.
Toggle Classคืออะไร?
Toggle Class เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Morten Gustafsson และคุณลักษณะหลักของมันคือ "With this extension, you can toggle a class on an element."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toggle Class
ดาวน์โหลดไฟล์ส่วนขยาย Toggle Class ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension you will be aible to add and toggle a class on a specific element. This can be very useful when styling a website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bdjmfkafjbndalemmcfmkmbegmaobien |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/toggle-class/bdjmfkafjbndalemmcfmkmbegmaobien |
คำอธิบาย | With this extension, you can toggle a class on an element. |
ขนาดไฟล์ | 97.75 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2014-05-28 |
วันที่เผยแพร่ | 2014-05-28 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Morten Gustafsson |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.mortengustafsson.dk |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggle Class", "description": "With this extension, you can toggle a class on an element.", "version": "1.1.2", "permissions": [ "contextMenus", "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_icon": "active_icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "48_icon.png", "128": "128_icon.png" } } |