CraigsList: New Views
Visually shows you what the last post on any CraigsList page you've seen is.
O que é CraigsList: New Views?
CraigsList: New Views é uma extensão do Chrome desenvolvida por https://newviews.herokuapp.com, e sua principal característica é "Visually shows you what the last post on any CraigsList page you've seen is.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CraigsList: New Views
Baixe arquivos de extensão CraigsList: New Views no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | mpkmnnbdgbaddfngokdcdojhdakjhenm |
URL Oficial | https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm |
Descrição | Visually shows you what the last post on any CraigsList page you've seen is. |
Tamanho do Arquivo | 2.06 MB |
Contagem de Instalações | 81 |
Versão Atual | 3.0.8 |
Última Atualização | 2018-02-10 |
Data de Publicação | 2018-02-10 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | https://newviews.herokuapp.com |
Tipo de Pagamento | free |
Site da Extensão | https://newviews.herokuapp.com/ |
URL da Página de Ajuda | https://github.com/novacourtois/craigslist-new-views |
Idiomas Suportados | 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" ] } |