Go Walkscore.com For Trulia

On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon

ما هو Go Walkscore.com For Trulia؟

Go Walkscore.com For Trulia هو إضافة Chrome تم تطويرها بواسطة mike، والميزة الرئيسية لها هي "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Go Walkscore.com For Trulia

قم بتنزيل ملفات الامتداد Go Walkscore.com For Trulia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Support for the Zillow site coming soon                    

معلومات أساسية عن التمديد

الاسم Go Walkscore.com For Trulia Go Walkscore.com For Trulia
ID kcgpklhgopdocangbkjfbgpgjnmjmiek
عنوان URL الرسمي https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek
الوصف On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon
حجم الملف 94.45 KB
عدد التثبيتات 40
النسخة الحالية 1.0
آخر تحديث 2016-01-24
تاريخ النشر 2016-01-24
تقييم 5.00/5 مجموع تقييمات 2
المطور mike
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go Walkscore.com For Trulia",
    "description": "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Works on Trulia only should see a: \n 'Get Walkscore' link under the ADDRESS"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.trulia.com\/*"
            ],
            "js": [
                "jquery-1.12.0.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}