CraigsList: New Views

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

Co to jest CraigsList: New Views?

CraigsList: New Views to rozszerzenie Chrome opracowane przez https://newviews.herokuapp.com, a jego główną funkcją jest „Visually shows you what the last post on any CraigsList page you've seen is.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CraigsList: New Views

Pobierz pliki rozszerzeń CraigsList: New Views w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa CraigsList: New Views CraigsList: New Views
ID mpkmnnbdgbaddfngokdcdojhdakjhenm
Oficjalny URL https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm
Opis Visually shows you what the last post on any CraigsList page you've seen is.
Rozmiar pliku 2.06 MB
Liczba instalacji 81
Aktualna Wersja 3.0.8
Ostatnia Aktualizacja 2018-02-10
Data Publikacji 2018-02-10
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper https://newviews.herokuapp.com
Typ Płatności free
Strona Rozszerzenia https://newviews.herokuapp.com/
Adres URL Strony Pomocy https://github.com/novacourtois/craigslist-new-views
Obsługiwane Języki 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"
    ]
}