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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}