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
公式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"
    }
}