Metal Weight Calculator
This extension allows you to calculate the weight of various forms of metal in different grades.
什么是Metal Weight Calculator?
Metal Weight Calculator是由thyssenkrupp Materials (UK)开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to calculate the weight of various forms of metal in different grades.”。
扩展截图
下载Metal Weight Calculator扩展crx文件
下载Metal Weight Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to calculate the weight of metal in various forms and grades. thyssenkrupp Materials (UK) are a leading supplier of mild steel, stainless steel and aluminium and, as you would expect from a global partner, we are always providing useful tools to assist you. engineering. tomorrow. together. Our weight calculator can be used to calculate an approximate weight for various sizes of various forms of metals. The weight calculated is for use as guidance only and the actual weight of the metal could vary significantly due to manufacturing processes. thyssenkrupp Materials (UK) shall have no liability for any reliance placed on the weight calculator.
扩展基本信息
名称 | |
ID | lbglcfdembafcohfimhcfobklngcfdcf |
官方URL | https://chrome.google.com/webstore/detail/metal-weight-calculator/lbglcfdembafcohfimhcfobklngcfdcf |
简介 | This extension allows you to calculate the weight of various forms of metal in different grades. |
文件大小 | 233 KB |
安装次数 | 470 |
当前版本 | 0.0.0.4 |
更新时间 | 2017-12-06 |
上架时间 | 2017-12-06 |
评分 | 4.83/5 共6次评分 |
开发者 | thyssenkrupp Materials (UK) |
付费类型 | free |
扩展官网 | https://www.thyssenkrupp-materials.co.uk |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metal Weight Calculator", "description": "This extension allows you to calculate the weight of various forms of metal in different grades.", "version": "0.0.0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |