Speed Time Distance Calculator
Calculate basic speed, time and distance
What is Speed Time Distance Calculator?
Speed Time Distance Calculator is a Chrome extension developed by Dominic Foster, and its main feature is "Calculate basic speed, time and distance".
Extension Screenshots
Download Speed Time Distance Calculator Extension CRX File
Download Speed Time Distance Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easily calculate speed, distance and time for a journey.
Extension Basic Information
Name | |
ID | menedkneohokpgapojmeemjbjdcdgkfl |
Official URL | https://chrome.google.com/webstore/detail/speed-time-distance-calcu/menedkneohokpgapojmeemjbjdcdgkfl |
Description | Calculate basic speed, time and distance |
File Size | 324 KB |
Installation Count | 57 |
Current Version | 1.0 |
Last Updated | 2014-05-25 |
Publish Date | 2014-05-25 |
Rating | 2.00/5 Total 2 Ratings |
Developer | Dominic Foster |
Payment Type | free |
Supported Languages | 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" ] } |