Next Home Now

Find your next house, apartment, or room on Craigslist easily and efficiently.

Τι είναι το Next Home Now;

Το Next Home Now είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nexthomenow.com, και η κύρια λειτουργία του είναι "Find your next house, apartment, or room on Craigslist easily and efficiently.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Next Home Now

Λήψη αρχείων επέκτασης Next Home Now σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Next Home Now makes finding a house, apartment or room easier and more efficient by bringing more information to you faster. View each post one by one with all the information you need to make a decision including a Google Map, StreetView photo, and the post's images all without having to open a single post in a separate tab.

Just install then go to http://sfbay.craigslist.org/sfc/apa/ and start searching. You can find new features wherever you see the house icon.

Send any questions or comments to [email protected]. See http://nexthomenow.com for more info.

Happy hunting!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Next Home Now Next Home Now
ID bhlnabgaedlafoldpmpoebnjekbbmlfo
Επίσημο URL https://chromewebstore.google.com/detail/next-home-now/bhlnabgaedlafoldpmpoebnjekbbmlfo
Περιγραφή Find your next house, apartment, or room on Craigslist easily and efficiently.
Μέγεθος Αρχείου 175 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 0.2.3
Τελευταία Ενημέρωση 2015-02-19
Ημερομηνία Δημοσίευσης 2015-02-18
Προγραμματιστής https://nexthomenow.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://nexthomenow.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Next Home Now",
    "version": "0.2.3",
    "description": "Find your next house, apartment, or room on Craigslist easily and efficiently.",
    "icons": {
        "16": "icons\/home16.png",
        "48": "icons\/home48.png",
        "128": "icons\/home.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.craigslist.org\/*"
            ],
            "css": [
                "css\/buttons.css",
                "css\/jquery.qtip.css",
                "css\/clapton.css",
                "css\/oboview.css",
                "css\/rendering.css"
            ],
            "js": [
                "js\/lib\/jquery-2.1.1.min.js",
                "js\/lib\/jquery-ui-1.11.1.min.js",
                "js\/lib\/jquery.inview.min.js",
                "js\/lib\/jquery.qtip.js",
                "js\/lib\/jquery.query-object.js",
                "js\/lib\/jquery.linkify.min.js",
                "js\/lib\/moment.min.js",
                "js\/lib\/Queue.js",
                "js\/lib\/BinaryHeap.js",
                "js\/src\/util.js",
                "js\/src\/clapton.js",
                "js\/src\/craigslistPost.js",
                "js\/src\/rendering.js",
                "js\/src\/oboview.js",
                "js\/src\/main-srp.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.craigslist.org\/*.html"
            ],
            "css": [
                "css\/clapton.css",
                "css\/postpage.css"
            ],
            "js": [
                "js\/lib\/jquery-2.1.1.min.js",
                "js\/lib\/jquery.linkify.min.js",
                "js\/src\/util.js",
                "js\/src\/main-post.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/*",
        "html\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.googleapis.com https:\/\/*.gstatic.com; object-src 'self';"
}