IKEA size filter
Lets you filter IKEA furniture based on size.
什么是IKEA size filter?
IKEA size filter是由albatross.emissions开发的Chrome扩展程序,该扩展的主要功能是“Lets you filter IKEA furniture based on size.”。
扩展截图
下载IKEA size filter扩展crx文件
下载IKEA size filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | clhhcpamjlkedhmhlbghgbfahkfpnake |
官方URL | https://chromewebstore.google.com/detail/ikea-size-filter/clhhcpamjlkedhmhlbghgbfahkfpnake |
简介 | Lets you filter IKEA furniture based on size. |
文件大小 | 12.24 KB |
安装次数 | 200 |
当前版本 | 0.1.0.1 |
更新时间 | 2020-05-20 |
上架时间 | 2020-05-20 |
评分 | 3.00/5 共2次评分 |
开发者 | albatross.emissions |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |