Craigslist Aid

Quickly preview, save, and compare Craigslist ads.

Craigslist Aid란 무엇입니까?

Craigslist Aid은(는) mitchelwb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly preview, save, and compare Craigslist ads."입니다.

확장 프로그램 스크린샷

screenshot

Craigslist Aid 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Make bargain shopping a whole lot easier with this extension. No longer will you have to manage multiple browser tabs to watch all the Craigslist ads you're interested in.  

Hover over search results to open a preview panel.  Click on search results to pin the preview to your screen.  Pinned previews are even persistent from session to session. Pinning multiple previews allows you to quickly flip through them to compare.

Perform a search and store that search to recall easier than the default craigslist searches too!                    

확장 프로그램 기본 정보

이름 Craigslist Aid Craigslist Aid
ID jndggcelikadmpnfefbfjpibddadpjcc
공식 URL https://chromewebstore.google.com/detail/craigslist-aid/jndggcelikadmpnfefbfjpibddadpjcc
설명 Quickly preview, save, and compare Craigslist ads.
파일 크기 205 KB
설치 횟수 267
현재 버전 1.3.6
최근 업데이트 2014-06-29
출시 날짜 2014-06-29
평점 3.38/5 총 8 개의 평점
개발자 mitchelwb
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Craigslist Aid",
    "description": "Quickly preview, save, and compare Craigslist ads.",
    "version": "1.3.6",
    "author": "mitchelwb",
    "icons": {
        "48": "claid48.png",
        "128": "claid.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.craigslist.org\/*",
                "http:\/\/*.craigslist.org\/*"
            ],
            "js": [
                "domain.js",
                "jquery.js",
                "jquery.cookie.js",
                "bootstrap\/js\/bootstrap.js",
                "claid.dataMgr.js",
                "jquery.hoverIntent.js",
                "parseuri.js",
                "options.js",
                "claid.cities.js",
                "clAid.js"
            ],
            "css": [
                "bootstrap\/css\/bootstrap.css",
                "bootstrap\/css\/bootstrap-theme.css",
                "claid.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "claid.png",
        "claid48.png",
        "previewArrowIcon.png",
        "bootstrap\/fonts\/glyphicons-halflings-regular.eot",
        "bootstrap\/fonts\/glyphicons-halflings-regular.svg",
        "bootstrap\/fonts\/glyphicons-halflings-regular.ttf",
        "bootstrap\/fonts\/glyphicons-halflings-regular.woff"
    ]
}