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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Craigslist in-ad arrows picture switcher Craigslist in-ad arrows picture switcher
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\/*"
    ]
}