Commute Time (for Rightmove & Zoopla)
Search commute times from RightMove and Zoopla
ما هو Commute Time (for Rightmove & Zoopla)؟
Commute Time (for Rightmove & Zoopla) هو إضافة Chrome تم تطويرها بواسطة Mikey، والميزة الرئيسية لها هي "Search commute times from RightMove and Zoopla".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Commute Time (for Rightmove & Zoopla)
قم بتنزيل ملفات الامتداد Commute Time (for Rightmove & Zoopla) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quickly find out your commute time from properties on Zoopla and Rightmove. Make your search for property in the UK more efficient.
معلومات أساسية عن التمديد
الاسم | Commute Time (for Rightmove & Zoopla) |
ID | oiicpghmoodgebjoigmmopghpckbddcm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/commute-time-for-rightmov/oiicpghmoodgebjoigmmopghpckbddcm |
الوصف | Search commute times from RightMove and Zoopla |
حجم الملف | 33.53 KB |
عدد التثبيتات | 334 |
النسخة الحالية | 0.4.3 |
آخر تحديث | 2017-09-09 |
تاريخ النشر | 2017-09-09 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | Mikey |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Commute Time (for Rightmove & Zoopla)", "version": "0.4.3", "description": "Search commute times from RightMove and Zoopla", "icons": { "16": "app\/assets\/images\/16.png", "48": "app\/assets\/images\/48.png", "128": "app\/assets\/images\/128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/www.zoopla.co.uk\/*", "http:\/\/www.rightmove.co.uk\/*", "https:\/\/www.zoopla.co.uk\/*", "https:\/\/www.rightmove.co.uk\/*" ], "css": [ "app\/assets\/stylesheets\/embed.css" ], "js": [ "app\/js\/addwidget.js" ] } ], "options_ui": { "page": "app\/options.html", "chrome_style": true }, "permissions": [ "storage", "https:\/\/*.googleapis.com\/", "https:\/\/maps.google.com\/" ] } |