CraigsList: New Views

Visually shows you what the last post on any CraigsList page you've seen is.

Что такое CraigsList: New Views?

CraigsList: New Views - это расширение Chrome, разработанное https://newviews.herokuapp.com, и его основная функция - "Visually shows you what the last post on any CraigsList page you've seen is.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения CraigsList: New Views

Скачайте файлы расширений CraigsList: New Views в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This draw a noticeable dividing line above the last post seen on any CraigsList page or search you visit.

Next time visit that page or make a search, you will only have to go through the new items, as the dividing line will tell you once you have reached posts you've encountered before.

You will also be alerted if there are no new posts, or too many posts to fit one one page.

Now works on list, thumbnail, and gallery view!                    

Основная информация о расширении

Название CraigsList: New Views CraigsList: New Views
ID mpkmnnbdgbaddfngokdcdojhdakjhenm
Официальный URL https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm
Описание Visually shows you what the last post on any CraigsList page you've seen is.
Размер файла 2.06 MB
Количество установок 81
Текущая Версия 3.0.8
Последнее Обновление 2018-02-10
Дата публикации 2018-02-10
Рейтинг 4.00/5 Всего 4 оценок
Разработчик https://newviews.herokuapp.com
Тип оплаты free
Официальный сайт расширения https://newviews.herokuapp.com/
URL страницы помощи https://github.com/novacourtois/craigslist-new-views
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CraigsList: New Views",
    "short_name": "CLNV",
    "version": "3.0.8",
    "description": "Visually shows you what the last post on any CraigsList page you've seen is.",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "mini\/style.min.css"
            ],
            "js": [
                "mini\/background.min.js"
            ],
            "matches": [
                "*:\/\/*.craigslist.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "notifications"
    ]
}