Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Rightmove Improver là gì?

Rightmove Improver là một tiện ích mở rộng Chrome được phát triển bởi https://newbury.me, và tính năng chính của nó là "This extension adds maximum internet speed to the page on rightmove".

Ả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 Rightmove Improver

Tải xuống các tệp mở rộng Rightmove Improver 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

                        This extension add the maximum broadband speed to the page instead of having to go to another page.

I created it because I was annoyed at having to navigate to another page to find the internet speed for the property I was viewing.

It doesn't sound like much but it helped. I hope you find it useful.                    

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

Tên Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
URL Chính Thức https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
Mô tả This extension adds maximum internet speed to the page on rightmove
Kích Thước Tệp 5.35 KB
Số Lần Cài Đặt 1,540
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-08-13
Ngày Phát Hành 2016-08-13
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://newbury.me
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rightmove Improver",
    "short_name": "Rightmove Improver",
    "description": "This extension adds maximum internet speed to the page on rightmove",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "About"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rightmove.co.uk\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}