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 là gì?

Go Walkscore.com For Trulia là một tiện ích mở rộng Chrome được phát triển bởi mike, và tính năng chính của nó là "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon".

Ả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 Go Walkscore.com For Trulia

Tải xuống các tệp mở rộng Go Walkscore.com For Trulia 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

                        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                    

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

Tên Go Walkscore.com For Trulia Go Walkscore.com For Trulia
ID kcgpklhgopdocangbkjfbgpgjnmjmiek
URL Chính Thức https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek
Mô tả On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon
Kích Thước Tệp 94.45 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-01-24
Ngày Phát Hành 2016-01-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mike
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",
    "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
}