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”。
擴展截圖
下載Speed Time Distance Calculator擴展crx文件
下載Speed Time Distance Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily calculate speed, distance and time for a journey.
擴展基本資訊
名稱 | |
ID | menedkneohokpgapojmeemjbjdcdgkfl |
官方網址 | 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" ] } |