Craigslist in-ad arrows picture switcher
adds a few keyboard arrow shortcuts to craigslist
Wat is Craigslist in-ad arrows picture switcher?
Craigslist in-ad arrows picture switcher is een Chrome-extensie ontwikkeld door kuz8, en de belangrijkste functie is "adds a few keyboard arrow shortcuts to craigslist".
Download het CRX-bestand van de extensie Craigslist in-ad arrows picture switcher
Download Craigslist in-ad arrows picture switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | aoeiclnadblfjemppknjaljkogpjgjmf |
Officiële URL | https://chrome.google.com/webstore/detail/craigslist-in-ad-arrows-p/aoeiclnadblfjemppknjaljkogpjgjmf |
Beschrijving | adds a few keyboard arrow shortcuts to craigslist |
Bestandsgrootte | 32.55 KB |
Aantal Installaties | 23 |
Huidige Versie | 5 |
Laatst Bijgewerkt | 2014-01-15 |
Publicatiedatum | 2014-01-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kuz8 |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |