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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |