Speed Time Distance Calculator

Calculate basic speed, time and distance

什么是Speed Time Distance Calculator?

Speed Time Distance Calculator是由Dominic Foster开发的Chrome扩展程序,该扩展的主要功能是“Calculate basic speed, time and distance”。

扩展截图

screenshot

下载Speed Time Distance Calculator扩展crx文件

下载Speed Time Distance Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily calculate speed, distance and time for a journey.                    

扩展基本信息

名称 Speed Time Distance Calculator Speed Time Distance Calculator
ID menedkneohokpgapojmeemjbjdcdgkfl
官方URL https://chrome.google.com/webstore/detail/speed-time-distance-calcu/menedkneohokpgapojmeemjbjdcdgkfl
简介 Calculate basic speed, time and distance
文件大小 324 KB
安装次数 57
当前版本 1.0
更新时间 2014-05-25
上架时间 2014-05-25
评分 2.00/5 共2次评分
开发者 Dominic Foster
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Time Distance Calculator",
    "description": "Calculate basic speed, time and distance",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}