Craigslist Aid

Quickly preview, save, and compare Craigslist ads.

Craigslist Aid क्या है?

Craigslist Aid mitchelwb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly preview, save, and compare Craigslist ads."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Craigslist Aid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}