Lou's List
Adds additional functionality onto Lou's List
什麼是Lou's List?
Lou's List是由ferristseng開發的Chrome擴展程式,該擴展的主要功能是“Adds additional functionality onto Lou's List”。
擴展截圖
下載Lou's List擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | fpcleiagbmdjlfkidbcjplddafdempid |
| 官方網址 | 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"
}
]
} | |