Make Works Extension

A tool for exploring methods of redistributed manufacturing

Make Works Extensionคืออะไร?

Make Works Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Make Works และคุณลักษณะหลักของมันคือ "A tool for exploring methods of redistributed manufacturing"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Works Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}