IKEA size filter

Lets you filter IKEA furniture based on size.

What is IKEA size filter?

IKEA size filter is a Chrome extension developed by albatross.emissions, and its main feature is "Lets you filter IKEA furniture based on size.".

Extension Screenshots

screenshot

Download IKEA size filter Extension CRX File

Download IKEA size filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        IKEA somehow doesn't let you filter based on item size. This extension does. Now you can maybe actually find furniture that fits in your space. Maybe.
Also this only works on inches now, even though inches are dumb, because I live in the US and so I have to deal with that.                    

Extension Basic Information

Name IKEA size filter IKEA size filter
ID clhhcpamjlkedhmhlbghgbfahkfpnake
Official URL https://chromewebstore.google.com/detail/ikea-size-filter/clhhcpamjlkedhmhlbghgbfahkfpnake
Description Lets you filter IKEA furniture based on size.
File Size 12.24 KB
Installation Count 200
Current Version 0.1.0.1
Last Updated 2020-05-20
Publish Date 2020-05-20
Rating 3.00/5 Total 2 Ratings
Developer albatross.emissions
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IKEA size filter",
    "description": "Lets you filter IKEA furniture based on size.",
    "version": "0.1.0.1",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ikea.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/ikea_size_32.png",
        "48": "icons\/ikea_size_48.png",
        "128": "icons\/ikea_size_128.png"
    }
}