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
拡張機能の基本情報
名前 | 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" } ] } |