CraigsList: New Views

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

Vad är CraigsList: New Views?

CraigsList: New Views är en Chrome-tillägg utvecklad av https://newviews.herokuapp.com, och dess huvudfunktion är "Visually shows you what the last post on any CraigsList page you've seen is.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner CraigsList: New Views-förlängningens CRX-fil

Ladda ner CraigsList: New Views-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CraigsList: New Views CraigsList: New Views
ID mpkmnnbdgbaddfngokdcdojhdakjhenm
Officiell webbadress https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm
Beskrivning Visually shows you what the last post on any CraigsList page you've seen is.
Filstorlek 2.06 MB
Antal Installationer 81
Aktuell Version 3.0.8
Senast Uppdaterad 2018-02-10
Publiceringsdatum 2018-02-10
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare https://newviews.herokuapp.com
Betalningssätt free
Tilläggswebbplats https://newviews.herokuapp.com/
Hjälpsida URL https://github.com/novacourtois/craigslist-new-views
Stödda Språk 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"
    ]
}