Rightmove Improver

This extension adds maximum internet speed to the page on rightmove

Rightmove Improverคืออะไร?

Rightmove Improver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newbury.me และคุณลักษณะหลักของมันคือ "This extension adds maximum internet speed to the page on rightmove"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rightmove Improver

ดาวน์โหลดไฟล์ส่วนขยาย Rightmove Improver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}