Metric to Imperial Converter
This extension allows the user to convert dimensions between imperial and metric.
什麼是Metric to Imperial Converter?
Metric to Imperial Converter是由RJ Richter開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to convert dimensions between imperial and metric.”。
擴展截圖
下載Metric to Imperial Converter擴展crx文件
下載Metric to Imperial Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Want to convert inches to millimeters or centimeters? This tool allows the user to convert dimensions between imperial and metric in a quick and simple way.
擴展基本資訊
名稱 | Metric to Imperial Converter |
ID | hmlgbjphkkebdhpefpmkklhgndbccejm |
官方網址 | https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm |
簡介 | This extension allows the user to convert dimensions between imperial and metric. |
檔案大小 | 263 KB |
安裝次數 | 112 |
目前版本 | 1.2.00 |
更新時間 | 2022-03-23 |
上架時間 | 2021-05-19 |
開發者 | RJ Richter |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metric to Imperial Converter", "short_name": "Metric to Imperial Converter", "description": "This extension allows the user to convert dimensions between imperial and metric.", "version": "1.2.00", "author": "RjR", "options_page": "options.html", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Metric to Imperial Converter", "default_icon": "img\/tools-16-128.png", "default_popup": "popup.html" } } |