Waze Sampler
Waze sampler extension.
Co to jest Waze Sampler?
Waze Sampler to rozszerzenie Chrome opracowane przez Gil Amran, a jego główną funkcją jest „Waze sampler extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Waze Sampler
Pobierz pliki rozszerzeń Waze Sampler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A utility that will check the time it takes to drive from one address to another, and will report the result on the extension icon. A Green, Blue, Red color will mark if travel time is good, ok, or bad accordingly. (Thresholds are given by the user)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | elldjckhpdnhbelhaflkbmkiopgeijhi |
Oficjalny URL | https://chrome.google.com/webstore/detail/waze-sampler/elldjckhpdnhbelhaflkbmkiopgeijhi |
Opis | Waze sampler extension. |
Rozmiar pliku | 1.74 MB |
Liczba instalacji | 177 |
Aktualna Wersja | 0.0.7 |
Ostatnia Aktualizacja | 2019-02-18 |
Data Publikacji | 2019-02-18 |
Ocena | 3.83/5 Łącznie 6 Oceny |
Deweloper | Gil Amran |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Waze Sampler", "version": "0.0.7", "manifest_version": 2, "description": "Waze sampler extension.", "homepage_url": "http:\/\/www.gilamran.com", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.waze.com\/*" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Waze Sampler", "default_popup": "src\/popup\/popup.html" } } |