Craigslist in-ad arrows picture switcher
adds a few keyboard arrow shortcuts to craigslist
Craigslist in-ad arrows picture switcher là gì?
Craigslist in-ad arrows picture switcher là một tiện ích mở rộng Chrome được phát triển bởi kuz8, và tính năng chính của nó là "adds a few keyboard arrow shortcuts to craigslist".
Tải xuống tệp CRX của tiện ích mở rộng Craigslist in-ad arrows picture switcher
Tải xuống các tệp mở rộng Craigslist in-ad arrows picture switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | aoeiclnadblfjemppknjaljkogpjgjmf |
URL Chính Thức | https://chrome.google.com/webstore/detail/craigslist-in-ad-arrows-p/aoeiclnadblfjemppknjaljkogpjgjmf |
Mô tả | adds a few keyboard arrow shortcuts to craigslist |
Kích Thước Tệp | 32.55 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 5 |
Cập Nhật Lần Cuối | 2014-01-15 |
Ngày Phát Hành | 2014-01-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | kuz8 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |