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
公式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\/*"
    ]
}