Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Rightmove Improver란 무엇입니까?

Rightmove Improver은(는) https://newbury.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds maximum internet speed to the page on rightmove"입니다.

확장 프로그램 스크린샷

screenshot

Rightmove Improver 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Rightmove Improver Rightmove Improver
ID klmjgkkbknbcllohenhldfgbbkjafmgc
공식 URL https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc
설명 This extension adds maximum internet speed to the page on rightmove
파일 크기 5.35 KB
설치 횟수 1,540
현재 버전 0.1.0
최근 업데이트 2016-08-13
출시 날짜 2016-08-13
평점 4.13/5 총 8 개의 평점
개발자 https://newbury.me
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        }
    ]
}