CraigsList: New Views

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

Hvad er CraigsList: New Views?

CraigsList: New Views er en Chrome-udvidelse udviklet af https://newviews.herokuapp.com, og dens hovedfunktion er "Visually shows you what the last post on any CraigsList page you've seen is.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download CraigsList: New Views-udvidelses-CRX-fil

Download CraigsList: New Views-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn CraigsList: New Views CraigsList: New Views
ID mpkmnnbdgbaddfngokdcdojhdakjhenm
Officiel URL https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm
Beskrivelse Visually shows you what the last post on any CraigsList page you've seen is.
Filstørrelse 2.06 MB
Antal Installationer 81
Nuværende Version 3.0.8
Senest Opdateret 2018-02-10
Udgivelsesdato 2018-02-10
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler https://newviews.herokuapp.com
Betalingsmetode free
Udvidelseswebsted https://newviews.herokuapp.com/
Hjælpeside-URL https://github.com/novacourtois/craigslist-new-views
Understøttede Sprog 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"
    ]
}