Rightmove Improver
This extension adds maximum internet speed to the page on rightmove
Apa itu Rightmove Improver?
Rightmove Improver adalah ekstensi Chrome yang dikembangkan oleh https://newbury.me, dan fitur utamanya adalah "This extension adds maximum internet speed to the page on rightmove".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rightmove Improver
Unduh file ekstensi Rightmove Improver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Rightmove Improver |
ID | klmjgkkbknbcllohenhldfgbbkjafmgc |
URL Resmi | https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc |
Deskripsi | This extension adds maximum internet speed to the page on rightmove |
Ukuran File | 5.35 KB |
Jumlah Instalasi | 1,540 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2016-08-13 |
Tanggal Publikasi | 2016-08-13 |
Penilaian | 4.13/5 Total 8 Penilaian |
Pengembang | https://newbury.me |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |