Make Works Extension
A tool for exploring methods of redistributed manufacturing
Make Works Extension란 무엇입니까?
Make Works Extension은(는) Make Works에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool for exploring methods of redistributed manufacturing"입니다.
확장 프로그램 스크린샷
Make Works Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Make Works extension is a plug in for your Chrome browser that shows you alternative ways to manufacture products on the IKEA website. When you are browsing a product; for example a chair, table, sofa or lighting on IKEA.com; the extension displays columns of related data that suggest alternative ways to manufacture, repair or replace that item. This might mean suggestions of similar open design products that can be manufactured nearby; lists of local maker spaces where you can make that object yourself; or factories in your area that could make it for you instead.
확장 프로그램 기본 정보
이름 | Make Works Extension |
ID | dhlnmbkellgecifadekohggmkbpocjna |
공식 URL | https://chromewebstore.google.com/detail/make-works-extension/dhlnmbkellgecifadekohggmkbpocjna |
설명 | A tool for exploring methods of redistributed manufacturing |
파일 크기 | 93.79 KB |
설치 횟수 | 33 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2017-09-29 |
출시 날짜 | 2017-09-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Make Works |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://extension.make.works |
도움말 페이지 URL | http://extension.make.works |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make Works Extension", "version": "1.0.3", "manifest_version": 2, "description": "A tool for exploring methods of redistributed manufacturing", "homepage_url": "https:\/\/extension.make.works", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/browser-polyfill.js", "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "*:\/\/*.ikea.com\/*", "*:\/\/*.make.works\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.ikea.com\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js", "js\/handlebars\/handlebars.min-latest.js", "js\/jquery\/jquery-resizable.js" ], "css": [ "src\/inject\/inject.css" ] } ], "web_accessible_resources": [ "templates\/templates.html", "images\/*" ] } |