IKEA size filter
Lets you filter IKEA furniture based on size.
IKEA size filterคืออะไร?
IKEA size filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย albatross.emissions และคุณลักษณะหลักของมันคือ "Lets you filter IKEA furniture based on size."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IKEA size filter
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |