Lou's List
Adds additional functionality onto Lou's List
Lou's Listคืออะไร?
Lou's List เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ferristseng และคุณลักษณะหลักของมันคือ "Adds additional functionality onto Lou's List"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lou's List
ดาวน์โหลดไฟล์ส่วนขยาย Lou's List ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds additional features onto Lou's List. - Save classes to a list for future reference - Click on classes to see conflicts with other selected classes - Hover your mouse over a class on the sidebar to see additional information Changes 1.5 - * updated to accommodate 11/12/13 changes to Lou's List. 1.4 - * bug fix 1.3 - * allow saving of selected items in lists * bug fixes 1.2 - * fixed a bug preventing the extension from launching upon first use * backend changes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lou's List |
ID | fpcleiagbmdjlfkidbcjplddafdempid |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lous-list/fpcleiagbmdjlfkidbcjplddafdempid |
คำอธิบาย | Adds additional functionality onto Lou's List |
ขนาดไฟล์ | 42.12 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2013-11-13 |
วันที่เผยแพร่ | 2013-11-12 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | ferristseng |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lou's List", "description": "Adds additional functionality onto Lou's List", "version": "1.5", "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/rabi.phys.virginia.edu\/mySIS\/CS2\/page.php*", "http:\/\/rabi.phys.virginia.edu\/mySIS\/CS2\/index.php*", "http:\/\/rabi.phys.virginia.edu\/mySIS\/CC2\/*.html", "http:\/\/rabi.phys.virginia.edu\/mySIS\/CS2\/search.php*" ], "css": [ "style.css" ], "js": [ "jquery-1.9.1.min.js", "utility.js", "objects.js", "page.js", "event.js" ], "run_at": "document_start" } ] } |