Craigslist in-ad arrows picture switcher
adds a few keyboard arrow shortcuts to craigslist
Apa itu Craigslist in-ad arrows picture switcher?
Craigslist in-ad arrows picture switcher adalah ekstensi Chrome yang dikembangkan oleh kuz8, dan fitur utamanya adalah "adds a few keyboard arrow shortcuts to craigslist".
Unduh Berkas CRX Ekstensi Craigslist in-ad arrows picture switcher
Unduh file ekstensi Craigslist in-ad arrows picture switcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | aoeiclnadblfjemppknjaljkogpjgjmf |
URL Resmi | https://chrome.google.com/webstore/detail/craigslist-in-ad-arrows-p/aoeiclnadblfjemppknjaljkogpjgjmf |
Deskripsi | adds a few keyboard arrow shortcuts to craigslist |
Ukuran File | 32.55 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 5 |
Terakhir Diperbarui | 2014-01-15 |
Tanggal Publikasi | 2014-01-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | kuz8 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |