Inches to CM
Converts length in inches to centimeters
什麼是Inches to CM?
Inches to CM是由Backbencher.dev開發的Chrome擴展程式,該擴展的主要功能是“Converts length in inches to centimeters”。
擴展截圖
下載Inches to CM擴展crx文件
下載Inches to CM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An easy way to convert inches to centimeters right from the browser 擴展基本資訊
| 名稱 | |
| ID | bkfbhbfhifpmlgnglkafjgpebppihomk |
| 官方網址 | https://chromewebstore.google.com/detail/inches-to-cm/bkfbhbfhifpmlgnglkafjgpebppihomk |
| 簡介 | Converts length in inches to centimeters |
| 檔案大小 | 31.14 KB |
| 安裝次數 | 184 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2022-11-01 |
| 上架時間 | 2022-10-31 |
| 開發者 | Backbencher.dev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://backbencher.dev |
| 隱私政策頁面URL | https://backbencher.dev/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Inches to CM",
"description": "Converts length in inches to centimeters",
"version": "1.0.0",
"action": {
"default_popup": "popup\/popup.html",
"default_icon": "logo.png"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |