Waze Sampler
Waze sampler extension.
什么是Waze Sampler?
Waze Sampler是由Gil Amran开发的Chrome扩展程序,该扩展的主要功能是“Waze sampler extension.”。
扩展截图
下载Waze Sampler扩展crx文件
下载Waze Sampler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | |
ID | elldjckhpdnhbelhaflkbmkiopgeijhi |
官方URL | https://chrome.google.com/webstore/detail/waze-sampler/elldjckhpdnhbelhaflkbmkiopgeijhi |
简介 | Waze sampler extension. |
文件大小 | 1.74 MB |
安装次数 | 177 |
当前版本 | 0.0.7 |
更新时间 | 2019-02-18 |
上架时间 | 2019-02-18 |
评分 | 3.83/5 共6次评分 |
开发者 | Gil Amran |
付费类型 | free |
支持的语言 | 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" } } |