craigstab
The new tab page is replaced by a list of craigslist results from searches specified by the user
O que é craigstab?
craigstab é uma extensão do Chrome desenvolvida por craigstabapp, e sua principal característica é "The new tab page is replaced by a list of craigslist results from searches specified by the user".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão craigstab
Baixe arquivos de extensão craigstab 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
If you find yourself searching for the same thing every day on craigslist: a job, an apartment, or whatever, you can save a search and go back to craigslist every day to look at the search. This extension tries to make that even more convenient, by making your new tab page show the results of your saved searches that have been posted that day. Note: I am not affiliated with craigslist.
Informações Básicas da Extensão
Nome | craigstab |
ID | kdgbcogcnaebkjpanokfcgclahodnedh |
URL Oficial | https://chromewebstore.google.com/detail/craigstab/kdgbcogcnaebkjpanokfcgclahodnedh |
Descrição | The new tab page is replaced by a list of craigslist results from searches specified by the user |
Tamanho do Arquivo | 4.03 MB |
Contagem de Instalações | 18 |
Versão Atual | 1.1.1 |
Última Atualização | 2016-12-02 |
Data de Publicação | 2016-12-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | craigstabapp |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mbehrlich.github.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "craigstab", "description": "The new tab page is replaced by a list of craigslist results from searches specified by the user", "version": "1.1.1", "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "views\/menu.html" }, "options_page": "views\/options.html", "chrome_url_overrides": { "newtab": "views\/new_tab.html" }, "permissions": [ "activeTab", "tabs", "storage", "http:\/\/*.craigslist.org\/", "https:\/\/*.craigslist.org\/" ] } |