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開發的Chrome擴展程式,該擴展的主要功能是“adds a few keyboard arrow shortcuts to craigslist”。

下載Craigslist in-ad arrows picture switcher擴展crx文件

下載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                    

擴展基本資訊

名稱 Craigslist in-ad arrows picture switcher Craigslist in-ad arrows picture switcher
ID aoeiclnadblfjemppknjaljkogpjgjmf
官方網址 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\/*"
    ]
}