CraigsList: New Views

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

Cos'è CraigsList: New Views?

CraigsList: New Views è un'estensione di Chrome sviluppata da https://newviews.herokuapp.com, e la sua funzione principale è "Visually shows you what the last post on any CraigsList page you've seen is.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CraigsList: New Views

Scarica i file di estensione CraigsList: New Views in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome CraigsList: New Views CraigsList: New Views
ID mpkmnnbdgbaddfngokdcdojhdakjhenm
URL Ufficiale https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm
Descrizione Visually shows you what the last post on any CraigsList page you've seen is.
Dimensione del File 2.06 MB
Conteggio Installazioni 81
Versione Corrente 3.0.8
Ultimo Aggiornamento 2018-02-10
Data di Pubblicazione 2018-02-10
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://newviews.herokuapp.com
Tipo di Pagamento free
Sito Web dell'Estensione https://newviews.herokuapp.com/
URL della Pagina di Aiuto https://github.com/novacourtois/craigslist-new-views
Lingue Supportate 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"
    ]
}