CraigsList: New Views
Visually shows you what the last post on any CraigsList page you've seen is.
Wat is CraigsList: New Views?
CraigsList: New Views is een Chrome-extensie ontwikkeld door https://newviews.herokuapp.com, en de belangrijkste functie is "Visually shows you what the last post on any CraigsList page you've seen is.".
Extensie Screenshots
Download het CRX-bestand van de extensie CraigsList: New Views
Download CraigsList: New Views-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | mpkmnnbdgbaddfngokdcdojhdakjhenm |
Officiële URL | https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm |
Beschrijving | Visually shows you what the last post on any CraigsList page you've seen is. |
Bestandsgrootte | 2.06 MB |
Aantal Installaties | 81 |
Huidige Versie | 3.0.8 |
Laatst Bijgewerkt | 2018-02-10 |
Publicatiedatum | 2018-02-10 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://newviews.herokuapp.com |
Betalingswijze | free |
Extensiewebsite | https://newviews.herokuapp.com/ |
Help Pagina-URL | https://github.com/novacourtois/craigslist-new-views |
Ondersteunde Talen | 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" ] } |