Craigslist in-ad arrows picture switcher

adds a few keyboard arrow shortcuts to craigslist

O que é Craigslist in-ad arrows picture switcher?

Craigslist in-ad arrows picture switcher é uma extensão do Chrome desenvolvida por kuz8, e sua principal característica é "adds a few keyboard arrow shortcuts to craigslist".

Baixar o arquivo CRX da Extensão Craigslist in-ad arrows picture switcher

Baixe arquivos de extensão Craigslist in-ad arrows picture switcher 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

                        v1: 
+ makes it listen to keyboard arrow keys in opened ads (instead of waving mouse over), 
v2: 
+ in-ad images are preloaded for faster operation, 
v3:
+ left-right arrows in list switch between pages
v4:
+ click on "pic" or "title" takes care of pressing "search" button 
v5:
in list, pressing pgdn while scrolled to the bottom turns the page                    

Informações Básicas da Extensão

Nome Craigslist in-ad arrows picture switcher Craigslist in-ad arrows picture switcher
ID aoeiclnadblfjemppknjaljkogpjgjmf
URL Oficial https://chrome.google.com/webstore/detail/craigslist-in-ad-arrows-p/aoeiclnadblfjemppknjaljkogpjgjmf
Descrição adds a few keyboard arrow shortcuts to craigslist
Tamanho do Arquivo 32.55 KB
Contagem de Instalações 23
Versão Atual 5
Última Atualização 2014-01-15
Data de Publicação 2014-01-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor kuz8
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Craigslist in-ad arrows picture switcher",
    "version": "5",
    "manifest_version": 2,
    "description": "adds a few keyboard arrow shortcuts to craigslist",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.craigslist.org\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "arrows.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/*.craigslist.org\/*"
    ]
}