Craigslist Aid
Quickly preview, save, and compare Craigslist ads.
O que é Craigslist Aid?
Craigslist Aid é uma extensão do Chrome desenvolvida por mitchelwb, e sua principal característica é "Quickly preview, save, and compare Craigslist ads.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Craigslist Aid
Baixe arquivos de extensão Craigslist Aid 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
Make bargain shopping a whole lot easier with this extension. No longer will you have to manage multiple browser tabs to watch all the Craigslist ads you're interested in. Hover over search results to open a preview panel. Click on search results to pin the preview to your screen. Pinned previews are even persistent from session to session. Pinning multiple previews allows you to quickly flip through them to compare. Perform a search and store that search to recall easier than the default craigslist searches too!
Informações Básicas da Extensão
Nome | Craigslist Aid |
ID | jndggcelikadmpnfefbfjpibddadpjcc |
URL Oficial | https://chromewebstore.google.com/detail/craigslist-aid/jndggcelikadmpnfefbfjpibddadpjcc |
Descrição | Quickly preview, save, and compare Craigslist ads. |
Tamanho do Arquivo | 205 KB |
Contagem de Instalações | 267 |
Versão Atual | 1.3.6 |
Última Atualização | 2014-06-29 |
Data de Publicação | 2014-06-29 |
Classificação | 3.38/5 Total de 8 Avaliações |
Desenvolvedor | mitchelwb |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist Aid", "description": "Quickly preview, save, and compare Craigslist ads.", "version": "1.3.6", "author": "mitchelwb", "icons": { "48": "claid48.png", "128": "claid.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.craigslist.org\/*", "http:\/\/*.craigslist.org\/*" ], "js": [ "domain.js", "jquery.js", "jquery.cookie.js", "bootstrap\/js\/bootstrap.js", "claid.dataMgr.js", "jquery.hoverIntent.js", "parseuri.js", "options.js", "claid.cities.js", "clAid.js" ], "css": [ "bootstrap\/css\/bootstrap.css", "bootstrap\/css\/bootstrap-theme.css", "claid.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "claid.png", "claid48.png", "previewArrowIcon.png", "bootstrap\/fonts\/glyphicons-halflings-regular.eot", "bootstrap\/fonts\/glyphicons-halflings-regular.svg", "bootstrap\/fonts\/glyphicons-halflings-regular.ttf", "bootstrap\/fonts\/glyphicons-halflings-regular.woff" ] } |