Make Works Extension
A tool for exploring methods of redistributed manufacturing
Make Works Extension क्या है?
Make Works Extension Make Works द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for exploring methods of redistributed manufacturing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Make Works Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |