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”。

扩展截图

screenshot

下载Make Works Extension扩展crx文件

下载Make Works Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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\/*"
    ]
}