Rightmove Improver
This extension adds maximum internet speed to the page on rightmove
Vad är Rightmove Improver?
Rightmove Improver är en Chrome-tillägg utvecklad av https://newbury.me, och dess huvudfunktion är "This extension adds maximum internet speed to the page on rightmove".
Tilläggsskärmbilder
Ladda ner Rightmove Improver-förlängningens CRX-fil
Ladda ner Rightmove Improver-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | klmjgkkbknbcllohenhldfgbbkjafmgc |
| Officiell webbadress | https://chromewebstore.google.com/detail/rightmove-improver/klmjgkkbknbcllohenhldfgbbkjafmgc |
| Beskrivning | This extension adds maximum internet speed to the page on rightmove |
| Filstorlek | 5.35 KB |
| Antal Installationer | 1,540 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2016-08-13 |
| Publiceringsdatum | 2016-08-13 |
| Betyg | 4.13/5 Totalt 8 Betyg |
| Utvecklare | https://newbury.me |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |