Make Works Extension

A tool for exploring methods of redistributed manufacturing

Was ist Make Works Extension?

Make Works Extension ist eine Chrome-Erweiterung, die von Make Works entwickelt wurde, und ihr Hauptmerkmal ist "A tool for exploring methods of redistributed manufacturing".

Erweiterungsscreenshots

screenshot

Make Works Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Make Works Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Make Works Extension Make Works Extension
ID dhlnmbkellgecifadekohggmkbpocjna
Offizielle URL https://chromewebstore.google.com/detail/make-works-extension/dhlnmbkellgecifadekohggmkbpocjna
Beschreibung A tool for exploring methods of redistributed manufacturing
Dateigröße 93.79 KB
Installationsanzahl 33
Aktuelle Version 1.0.3
Letztes Update 2017-09-29
Veröffentlichungsdatum 2017-09-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Make Works
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://extension.make.works
Hilfeseite URL http://extension.make.works
Unterstützte Sprachen 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\/*"
    ]
}