Craigslist in-ad arrows picture switcher
adds a few keyboard arrow shortcuts to craigslist
Craigslist in-ad arrows picture switcherคืออะไร?
Craigslist in-ad arrows picture switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kuz8 และคุณลักษณะหลักของมันคือ "adds a few keyboard arrow shortcuts to craigslist"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Craigslist in-ad arrows picture switcher
ดาวน์โหลดไฟล์ส่วนขยาย Craigslist in-ad arrows picture switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | aoeiclnadblfjemppknjaljkogpjgjmf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/craigslist-in-ad-arrows-p/aoeiclnadblfjemppknjaljkogpjgjmf |
คำอธิบาย | adds a few keyboard arrow shortcuts to craigslist |
ขนาดไฟล์ | 32.55 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 5 |
อัปเดตครั้งล่าสุด | 2014-01-15 |
วันที่เผยแพร่ | 2014-01-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | kuz8 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } |