Make Works Extension

A tool for exploring methods of redistributed manufacturing

Co to jest Make Works Extension?

Make Works Extension to rozszerzenie Chrome opracowane przez Make Works, a jego główną funkcją jest „A tool for exploring methods of redistributed manufacturing”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Make Works Extension

Pobierz pliki rozszerzeń Make Works Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Make Works Extension Make Works Extension
ID dhlnmbkellgecifadekohggmkbpocjna
Oficjalny URL https://chromewebstore.google.com/detail/make-works-extension/dhlnmbkellgecifadekohggmkbpocjna
Opis A tool for exploring methods of redistributed manufacturing
Rozmiar pliku 93.79 KB
Liczba instalacji 33
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2017-09-29
Data Publikacji 2017-09-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Make Works
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://extension.make.works
Adres URL Strony Pomocy http://extension.make.works
Obsługiwane Języki 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\/*"
    ]
}