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 kuz8 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "adds a few keyboard arrow shortcuts to craigslist"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Craigslist in-ad arrows picture switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}