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"입니다.

확장 프로그램 스크린샷

screenshot

Lou's List 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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