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".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
        }
    ]
}