Waze Sampler

Waze sampler extension.

什麼是Waze Sampler?

Waze Sampler是由Gil Amran開發的Chrome擴展程式,該擴展的主要功能是“Waze sampler extension.”。

擴展截圖

screenshot

下載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)                    

擴展基本資訊

名稱 Waze Sampler Waze Sampler
ID elldjckhpdnhbelhaflkbmkiopgeijhi
官方網址 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"
    }
}