Unit Converter
Unit Converter Calculator
什麼是Unit Converter?
Unit Converter是由http://saranyamoellers.com開發的Chrome擴展程式,該擴展的主要功能是“Unit Converter Calculator”。
擴展截圖
下載Unit Converter擴展crx文件
下載Unit Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Unit Converter converts metric or US Customary. It easily converts length, area, volume, weight and temperature with a high degree of accuracy. This Unit Converter is also available as an app in Google play store for free! and no advertise! Search under "unit converter saranya".
擴展基本資訊
名稱 | |
ID | kbnbcdhmghagbojnfcbgccefgeiefgdk |
官方網址 | https://chrome.google.com/webstore/detail/unit-converter/kbnbcdhmghagbojnfcbgccefgeiefgdk |
簡介 | Unit Converter Calculator |
檔案大小 | 954 KB |
安裝次數 | 206 |
目前版本 | 0.19 |
更新時間 | 2017-03-14 |
上架時間 | 2017-03-14 |
評分 | 4.00/5 共 3 次評分 |
開發者 | http://saranyamoellers.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://developer.chrome.com/webstore/terms |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unit Converter", "icons": { "128": "images\/underline-128.png", "16": "images\/underline-16.png", "48": "images\/underline-48.png" }, "description": "Unit Converter Calculator", "short_name": "Converter", "version": "0.19", "browser_action": { "default_popup": "index.html", "default_icon": "images\/underline-16.png" }, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |