CraigsList: New Views
Visually shows you what the last post on any CraigsList page you've seen is.
¿Qué es CraigsList: New Views?
CraigsList: New Views es una extensión de Chrome desarrollada por https://newviews.herokuapp.com, y su función principal es "Visually shows you what the last post on any CraigsList page you've seen is.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CraigsList: New Views
Descarga archivos de extensión CraigsList: New Views en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | mpkmnnbdgbaddfngokdcdojhdakjhenm |
URL Oficial | https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm |
Descripción | Visually shows you what the last post on any CraigsList page you've seen is. |
Tamaño del Archivo | 2.06 MB |
Cantidad de Instalaciones | 81 |
Versión Actual | 3.0.8 |
Última Actualización | 2018-02-10 |
Fecha de Publicación | 2018-02-10 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | https://newviews.herokuapp.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://newviews.herokuapp.com/ |
URL de la Página de Ayuda | https://github.com/novacourtois/craigslist-new-views |
Idiomas Soportados | 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" ] } |