Craigslist in-ad arrows picture switcher
adds a few keyboard arrow shortcuts to craigslist
Cos'è Craigslist in-ad arrows picture switcher?
Craigslist in-ad arrows picture switcher è un'estensione di Chrome sviluppata da kuz8, e la sua funzione principale è "adds a few keyboard arrow shortcuts to craigslist".
Scarica il file CRX dell'estensione Craigslist in-ad arrows picture switcher
Scarica i file di estensione Craigslist in-ad arrows picture switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | aoeiclnadblfjemppknjaljkogpjgjmf |
URL Ufficiale | https://chrome.google.com/webstore/detail/craigslist-in-ad-arrows-p/aoeiclnadblfjemppknjaljkogpjgjmf |
Descrizione | adds a few keyboard arrow shortcuts to craigslist |
Dimensione del File | 32.55 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 5 |
Ultimo Aggiornamento | 2014-01-15 |
Data di Pubblicazione | 2014-01-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | kuz8 |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |