Craigslist Aid

Quickly preview, save, and compare Craigslist ads.

Craigslist Aid là gì?

Craigslist Aid là một tiện ích mở rộng Chrome được phát triển bởi mitchelwb, và tính năng chính của nó là "Quickly preview, save, and compare Craigslist ads.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Craigslist Aid

Tải xuống các tệp mở rộng Craigslist Aid dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Craigslist Aid Craigslist Aid
ID jndggcelikadmpnfefbfjpibddadpjcc
URL Chính Thức https://chromewebstore.google.com/detail/craigslist-aid/jndggcelikadmpnfefbfjpibddadpjcc
Mô tả Quickly preview, save, and compare Craigslist ads.
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 267
Phiên Bản Hiện Tại 1.3.6
Cập Nhật Lần Cuối 2014-06-29
Ngày Phát Hành 2014-06-29
Đánh Giá 3.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển mitchelwb
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}