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 |
| 官方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"
}
]
} | |